summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-08-23rds: Don't disable BH on BH contextYing Xue4-8/+8
2012-08-23ipv6: gre: fix ip6gre_err()Eric Dumazet1-3/+5
2012-08-23xfrm: fix RCU bugsEric Dumazet1-37/+39
2012-08-23net: remove delay at device dismantleEric Dumazet7-23/+26
2012-08-23ipv4: properly update pmtuEric Dumazet1-1/+1
2012-08-23Merge git://1984.lsi.us.es/nf-nextDavid S. Miller22-129/+219
2012-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller64-278/+556
2012-08-22netfilter: remove unnecessary goto statement for error recoveryJean Sacren3-15/+3
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang1-4/+6
2012-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-8/+59
2012-08-22mac80211: Fix AP mode regressionSujith Manoharan1-1/+1
2012-08-22mac80211: fix DS to MBSS address translationThomas Pedersen1-22/+16
2012-08-22libceph: avoid truncation due to racing bannersJim Schutt1-2/+9
2012-08-22af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet2-3/+3
2012-08-22ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet1-1/+1
2012-08-22ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch1-1/+6
2012-08-22tcp: fix possible socket refcount problemEric Dumazet3-10/+18
2012-08-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville28-438/+858
2012-08-21Revert "rfkill: remove dead code"AceLan Kao1-0/+14
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil3-6/+50
2012-08-20mac80211: clean up ieee80211_subif_start_xmitJohannes Berg1-17/+6
2012-08-20mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg4-7/+11
2012-08-20mac80211: convert ops checks to WARN_ONJohannes Berg1-7/+5
2012-08-20mac80211: check operating channel in scanJohannes Berg1-5/+4
2012-08-20mac80211: use RX status band instead of current bandJohannes Berg1-1/+1
2012-08-20mac80211: don't assume channel is set in tracingJohannes Berg1-3/+6
2012-08-20mac80211: use oper_channel in rate initJohannes Berg1-1/+1
2012-08-20mac80211: remove freq/chantype from debugfsJohannes Berg1-32/+0
2012-08-20mac80211: remove almost unused local variableJohannes Berg1-5/+2
2012-08-20mac80211: mesh: don't use global channel typeJohannes Berg2-8/+10
2012-08-20mac80211: simplify buffers in aes_128_cmac_vectorJohannes Berg1-5/+1
2012-08-20mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg1-1/+14
2012-08-20mac80211: support P2P Device abstractionJohannes Berg10-96/+226
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg7-14/+201
2012-08-20mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2-2/+1
2012-08-20mac80211: check size of channel switch IE when parsingJohannes Berg3-11/+9
2012-08-20mac80211: fix CSA handling timerJohannes Berg1-3/+2
2012-08-20mac80211: clean up CSA handling codeJohannes Berg1-18/+16
2012-08-20mac80211: remove unneeded 'bssid' variableJohannes Berg1-4/+2
2012-08-20mac80211: support A-MPDU status reportingJohannes Berg1-1/+41
2012-08-20wireless: add radiotap A-MPDU status fieldJohannes Berg1-0/+2
2012-08-20mac80211: add supported rates change notification in IBSSAntonio Quartulli2-1/+7
2012-08-20mac80211: clean up mpath_move_to_queue()Thomas Pedersen3-18/+21
2012-08-20mac80211: use skb_queue_walk() in mesh_path_assign_nexthopThomas Pedersen1-7/+1
2012-08-20mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira4-14/+21
2012-08-20netfilter: nf_conntrack: remove unnecessary RTNL lockingPatrick McHardy1-5/+0
2012-08-20netfilter: sparse endian fixesPatrick McHardy4-7/+9
2012-08-20netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy1-1/+1
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell3-14/+14
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1