summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-02-12mac80211: allow driver to be stateless wrt. SMSP requestsEmmanuel Grumbach1-0/+3
2013-02-11netpoll: cleanup sparse warningsNeil Horman1-4/+8
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman3-8/+12
2013-02-11skbuff: create skb_panic() function and its wrappersJean Sacren1-29/+19
2013-02-11mac80211: Add flushes before going off-channelSeth Forshee2-0/+8
2013-02-11mac80211: Fix tx queue handling during scansSeth Forshee6-25/+36
2013-02-11mac80211/minstrel_ht: remove the sampling bypass check for the lowest rateFelix Fietkau1-4/+0
2013-02-11mac80211/minstrel_ht: show the number of retries for each rate in debugfsFelix Fietkau1-5/+6
2013-02-11Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-5/+9
2013-02-11bridge: set priority of STP packetsStephen Hemminger1-0/+2
2013-02-11mrp: make mrp_rcv staticStephen Hemminger1-2/+2
2013-02-11ethtool: fix sparse warningStephen Hemminger1-9/+9
2013-02-11bridge: use dev->addr_assign_type to see if user change macJiri Pirko3-5/+1
2013-02-11ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2Hannes Frederic Sowa1-2/+13
2013-02-11ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa1-0/+9
2013-02-11ipv6: don't let node/interface scoped multicast traffic escape on the wireHannes Frederic Sowa1-0/+7
2013-02-11mac80211: remove unused code to mark AP station authenticatedJohannes Berg1-3/+1
2013-02-11mac80211: simplify idle handlingJohannes Berg5-127/+25
2013-02-11mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg3-11/+2
2013-02-11mac80211: remove dynamic PS driver interfaceJohannes Berg2-42/+2
2013-02-11mac80211: introduce beacon-only timing dataJohannes Berg4-6/+68
2013-02-11cfg80211: move TSF into IEsJohannes Berg4-20/+34
2013-02-11cfg80211: remove scan ies NULL checkJohannes Berg1-8/+3
2013-02-11mac80211: add vif debugfs driver callbacksAlexander Bondar2-0/+41
2013-02-11cfg80211: track hidden SSID networks properlyJohannes Berg2-54/+223
2013-02-11mac80211: explicitly copy channels to VLANs where neededJohannes Berg3-18/+38
2013-02-11mac80211: fix chandef tracing bugJohannes Berg1-1/+1
2013-02-11mac80211: fix AP beacon loss messagesJohannes Berg1-2/+2
2013-02-11mac80211: protect rx-path with spinlockChristian Lamparter3-56/+48
2013-02-11mac80211: Add the DS Params for mesh to every bandEmanuel Taube1-9/+4
2013-02-11mac80211: fix mesh sta teardownThomas Pedersen4-10/+35
2013-02-11wireless: fix kernel-docJohannes Berg1-0/+1
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg8-26/+27
2013-02-11cfg80211: fix radar check for P2P_DEVICEIlan Peer1-1/+1
2013-02-11cfg80211: Fix memory leakLarry Finger1-2/+7
2013-02-11Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg10-223/+478
2013-02-11xfrm: Allow inserting policies with matching mark and different prioritiesSteffen Klassert1-2/+16
2013-02-11mac80211: fix channel selection bugJohannes Berg1-3/+3
2013-02-11net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-02-11ipv6 mcast: Do not join device multicast for interface-local multicasts.YOSHIFUJI Hideaki / 吉藤英明1-0/+8
2013-02-10Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller3-22/+33
2013-02-10arp: fix possible crash in arp_rcv()Eric Dumazet1-10/+11
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward7-7/+134
2013-02-10net/802: Implement Multiple Registration Protocol (MRP)David Ward3-0/+899
2013-02-10VSOCK: Introduce VM SocketsAndy King14-0/+5864
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-28/+56
2013-02-08net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann1-5/+3
2013-02-08ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang1-4/+4
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck1-4/+0
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-85/+176