summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-2227-190/+524
|\
| * mac80211: fix potentially redundant skb data copyingFelix Fietkau2010-12-201-1/+1
| * mac80211: skip unnecessary pskb_expand_head callsFelix Fietkau2010-12-201-1/+3
| * mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmitFelix Fietkau2010-12-201-1/+2
| * mac80211: Remove unused third address from mesh address extension header.Javier Cardona2010-12-203-24/+16Star
| * nl80211: Export available antennasBruno Randolf2010-12-201-0/+5
| * cfg80211: Separate available antennas for RX and TXBruno Randolf2010-12-201-7/+10
| * mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona2010-12-206-11/+21
| * mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona2010-12-209-32/+138
| * mac80211: Rename mesh_params to mesh_config to prepare for mesh_setupJavier Cardona2010-12-202-24/+24
| * cfg80211: fix null pointer dereference with a custom regulatory requestLuis R. Rodriguez2010-12-161-1/+2
| * nl80211: Add notification for dropped Deauth/DisassocJouni Malinen2010-12-164-2/+64
| * wireless:mac80211: kill unuse macro MESH_CFG_CMP_LEN in mesh.hShan Wei2010-12-151-11/+0Star
| * mac80211: Add timeout to BA session start APISujith Manoharan2010-12-154-4/+9
| * nl80211: advertise maximum remain-on-channel durationJohannes Berg2010-12-152-1/+8
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-153-1/+9
| |\
| * | mac80211: support IBSS RSN with SW cryptoJohannes Berg2010-12-131-1/+5
| * | mac80211 default tx_last_beacon false (congestion)Tim Harvey2010-12-131-1/+1
| * | mac80211: support separate default keysJohannes Berg2010-12-138-47/+62
| * | cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg2010-12-134-24/+115
| * | mac80211: clean up RX key checksJohannes Berg2010-12-131-2/+21
| * | cfg80211: update information elements in cached BSS structSven Neumann2010-12-131-0/+11
| * | cfg80211: Add antenna availability informationBruno Randolf2010-12-131-2/+13
* | | filter: optimize accesses to ancillary dataEric Dumazet2010-12-211-28/+44
* | | net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet2010-12-211-7/+2Star
* | | TCP: increase default initial receive window.Nandita Dukkipati2010-12-211-3/+8
* | | net_sched: sch_sfq: better struct layoutsEric Dumazet2010-12-211-98/+162
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-203-23/+25
|\ \ \
| * | | net_sched: sch_sfq: fix allot handlingEric Dumazet2010-12-201-12/+8Star
| * | | ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2010-12-202-11/+17
* | | | net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()Eric Dumazet2010-12-201-1/+6
* | | | ipv4: Flush per-ns routing cache more sanely.David S. Miller2010-12-202-41/+29Star
* | | | batman-adv: Return hna count on local buffer fillSven Eckelmann2010-12-201-1/+1
* | | | pktgen: Remove unnecessary prefix from pr_<level>Joe Perches2010-12-201-2/+1Star
* | | | net: kill unused macrosShan Wei2010-12-206-7/+0Star
* | | | net: increase skb->users instead of skb_clone()Changli Gao2010-12-201-10/+20
* | | | ipv6: remove duplicate neigh_ifdownstephen hemminger2010-12-191-1/+0Star
* | | | ipv6: fib6_ifdown cleanupstephen hemminger2010-12-191-4/+4
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-1719-28/+101
|\| | |
| * | | ipv6: don't flush routes when setting loopback downstephen hemminger2010-12-171-1/+3
| * | | sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun2010-12-161-1/+1
| * | | bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens2010-12-161-1/+1
| * | | net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-165-12/+39
| * | | ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin2010-12-161-1/+6
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-153-1/+9
| |\ \ \ | | | |/ | | |/|
| | * | mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski2010-12-131-1/+4
| | * | mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey2010-12-131-0/+4
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2010-12-131-0/+1
| | |\ \
| | | * | Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg2010-12-061-0/+1
| * | | | net: fix skb_defer_rx_timestamp()Eric Dumazet2010-12-111-2/+4