summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-22xfrm: optimize ipv4 selector matchingAlexey Dobriyan1-2/+2
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman6-1/+389
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville209-345/+682
2011-11-21caif: fix endian conversion in cffrml_transmit()Dan Carpenter1-5/+6
2011-11-21dccp: fix error propagation in dccp_v4_connectRongQing.Li1-0/+1
2011-11-21netfilter: use jump_label for nf_hooksEric Dumazet1-1/+12
2011-11-21mac80211: fix RCU warnings in meshJohannes Berg1-22/+5
2011-11-21cfg80211: work around a sparse issueJohannes Berg1-11/+11
2011-11-21mac80211: Support ht-cap over-rides.Ben Greear9-18/+140
2011-11-21wireless: Support ht-capabilities over-rides.Ben Greear4-7/+91
2011-11-21cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg3-168/+230
2011-11-21nl80211: make get_vlan logic more commonJohannes Berg1-23/+31
2011-11-21cfg80211: add flags for off-channel capabilitiesJohannes Berg2-6/+14
2011-11-21mac80211: minor cleanup to mesh state lockingJohannes Berg1-3/+3
2011-11-21nl80211: add testmode to the list of supported commandsKalle Valo1-0/+4
2011-11-21mac80211: remove unused ASSOC_AP flagJohannes Berg3-5/+2
2011-11-21mac80211: transmit fragment list to driversJohannes Berg3-35/+69
2011-11-21mac80211: make TX LED handling independent of fragmentationJohannes Berg1-12/+16
2011-11-21mac80211: move fragment flag adjustmentJohannes Berg1-9/+9
2011-11-21mac80211: use skb list for fragmentsJohannes Berg5-71/+82
2011-11-21cfg80211: pass DFS region to drivers through reg_notifier()Luis R. Rodriguez1-0/+2
2011-11-21cfg80211: process regulatory DFS region for countriesLuis R. Rodriguez3-0/+53
2011-11-21RxRPC: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+2
2011-11-21irttp: Use kmemdup rather than duplicating its implementationThomas Meyer1-3/+1
2011-11-21cfg80211: fix regulatory NULL dereferenceJohannes Berg1-0/+4
2011-11-21mac80211: Fix endian bug in radiotap header generationHelmut Schaa1-4/+4
2011-11-21mac80211: Fix AMSDU rate printout in debugfs.Ben Greear1-2/+2
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-75/+92
2011-11-20batman-adv: Fix range check for expected packetsSimon Wunderlich1-1/+1
2011-11-20batman-adv: check for tt_reponse packet real lengthAntonio Quartulli1-0/+9
2011-11-20batman-adv: linearise the tt_response skb only if neededAntonio Quartulli1-5/+6
2011-11-20batman-adv: directly write tt entries without bufferingSimon Wunderlich1-55/+2
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli7-36/+47
2011-11-20batman-adv: use orig_hash_find() instead of get_orig_node() in TT codeAntonio Quartulli1-3/+3
2011-11-20batman-adv: refactoring gateway handling codeMarek Lindner3-75/+126
2011-11-20batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo>Sven Eckelmann2-4/+4
2011-11-20batman-adv: tt_global_del_orig() has to print the correct messageAntonio Quartulli1-2/+3
2011-11-20batman-adv: update internal version numberSven Eckelmann1-1/+1
2011-11-18ipv4: fix redirect handlingEric Dumazet1-51/+59
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet1-2/+0
2011-11-18Phonet: set the pipe handle using setsockoptDinesh Kumar Sharma1-11/+95
2011-11-18ip_gre: Set needed_headroom dynamically againHerbert Xu1-0/+2
2011-11-18packet: Add needed_tailroom to packet_sendmsg_spktHerbert Xu1-1/+2
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu5-15/+30
2011-11-18ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu4-12/+27
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu4-10/+22
2011-11-17net: use jump_label to shortcut RPS if not setupEric Dumazet3-16/+21
2011-11-17mac80211: call ieee80211_recalc_idle() after sending packetsFelix Fietkau2-8/+11
2011-11-17minstrel_ht: Remove unused function parametersPatrick Kelle1-14/+12
2011-11-17mac80211: memory leak in mesh_queue_preq()Dan Carpenter1-0/+1