summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-12-22mac80211: check for CONFIG_MAC80211_LEDS in the tpt_led_trigger declarationLuciano Coelho1-0/+2
2010-12-22mac80211: selective throughput LED trigger activeJohannes Berg5-15/+59
2010-12-22mac80211: add throughput based LED blink triggerJohannes Berg7-9/+178
2010-12-22mac80211: make LED trigger names available earlyJohannes Berg3-20/+22
2010-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville27-190/+524
2010-12-21filter: optimize accesses to ancillary dataEric Dumazet1-28/+44
2010-12-21net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet1-7/+2
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati1-3/+8
2010-12-20net_sched: sch_sfq: better struct layoutsEric Dumazet1-98/+162
2010-12-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-23/+25
2010-12-20net_sched: sch_sfq: fix allot handlingEric Dumazet1-12/+8
2010-12-20net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()Eric Dumazet1-1/+6
2010-12-20mac80211: fix potentially redundant skb data copyingFelix Fietkau1-1/+1
2010-12-20mac80211: skip unnecessary pskb_expand_head callsFelix Fietkau1-1/+3
2010-12-20mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmitFelix Fietkau1-1/+2
2010-12-20mac80211: Remove unused third address from mesh address extension header.Javier Cardona3-24/+16
2010-12-20nl80211: Export available antennasBruno Randolf1-0/+5
2010-12-20cfg80211: Separate available antennas for RX and TXBruno Randolf1-7/+10
2010-12-20mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona6-11/+21
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona9-32/+138
2010-12-20mac80211: Rename mesh_params to mesh_config to prepare for mesh_setupJavier Cardona2-24/+24
2010-12-20ipv4: Flush per-ns routing cache more sanely.David S. Miller2-41/+29
2010-12-20batman-adv: Return hna count on local buffer fillSven Eckelmann1-1/+1
2010-12-20pktgen: Remove unnecessary prefix from pr_<level>Joe Perches1-2/+1
2010-12-19net: kill unused macrosShan Wei6-7/+0
2010-12-19net: increase skb->users instead of skb_clone()Changli Gao1-10/+20
2010-12-19ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2-11/+17
2010-12-18ipv6: remove duplicate neigh_ifdownstephen hemminger1-1/+0
2010-12-18ipv6: fib6_ifdown cleanupstephen hemminger1-4/+4
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller19-28/+101
2010-12-16ipv6: don't flush routes when setting loopback downstephen hemminger1-1/+3
2010-12-16sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun1-1/+1
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław4-7/+6
2010-12-16bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens1-1/+1
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila5-12/+39
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila2-49/+98
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann42-0/+9946
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao2-2/+3
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov1-5/+10
2010-12-16ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin1-1/+6
2010-12-16cfg80211: fix null pointer dereference with a custom regulatory requestLuis R. Rodriguez1-1/+2
2010-12-16nl80211: Add notification for dropped Deauth/DisassocJouni Malinen4-2/+64
2010-12-15wireless:mac80211: kill unuse macro MESH_CFG_CMP_LEN in mesh.hShan Wei1-11/+0
2010-12-15mac80211: Add timeout to BA session start APISujith Manoharan4-4/+9
2010-12-15nl80211: advertise maximum remain-on-channel durationJohannes Berg2-1/+8
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-1/+9
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-1/+9
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller4-32/+51
2010-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller23-206/+537
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller8-31/+60