summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2012-08-23batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner
2012-08-23batman-adv: rename bridge loop avoidance claim typesSimon Wunderlich
2012-08-23batman-adv: correct comments in bridge loop avoidanceSimon Wunderlich
2012-08-23batman-adv: Add the backbone gateway list to debugfsSimon Wunderlich
2012-08-23batman-adv: move function arguments on one lineAntonio Quartulli
2012-08-22packet: Protect packet sk list with mutex (v2)Pavel Emelyanov
2012-08-22af_packet: use define instead of constantdanborkmann@iogearbox.net
2012-08-22rds: Don't disable BH on BH contextYing Xue
2012-08-22ipv6: gre: fix ip6gre_err()Eric Dumazet
2012-08-22xfrm: fix RCU bugsEric Dumazet
2012-08-22net: remove delay at device dismantleEric Dumazet
2012-08-22ipv4: properly update pmtuEric Dumazet
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-08-22openvswitch: Add support for network namespaces.Pravin B Shelar
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-22netfilter: remove unnecessary goto statement for error recoveryJean Sacren
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang
2012-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-08-22mac80211: Fix AP mode regressionSujith Manoharan
2012-08-22mac80211: fix DS to MBSS address translationThomas Pedersen
2012-08-21libceph: avoid truncation due to racing bannersJim Schutt
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet
2012-08-21ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet
2012-08-21ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch
2012-08-21tcp: fix possible socket refcount problemEric Dumazet
2012-08-21svcrpc: split up svc_handle_xprtJ. Bruce Fields
2012-08-21svcrpc: break up svc_recvJ. Bruce Fields
2012-08-21svcrpc: make svc_xprt_received staticJ. Bruce Fields
2012-08-21svcrpc: make xpo_recvfrom return only >=0J. Bruce Fields
2012-08-21svcrpc: don't bother checking bad svc_addr_len resultJ. Bruce Fields
2012-08-21svcrpc: minor udp code cleanupJ. Bruce Fields
2012-08-21svcrpc: share some setup of listening socketsJ. Bruce Fields
2012-08-21svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSYJ. Bruce Fields
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-08-21Revert "rfkill: remove dead code"AceLan Kao
2012-08-21svcrpc: clean up control flowJ. Bruce Fields
2012-08-21svcrpc: standardize svc_setup_socket return conventionJ. Bruce Fields
2012-08-21svcrpc: fix xpt_list traversal locking on shutdownJ. Bruce Fields
2012-08-21Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes
2012-08-21Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan
2012-08-21Bluetooth: debug: Correct the PSM printingSyam Sidhardhan
2012-08-21Bluetooth: mgmt: Add device disconnect reasonMikel Astiz
2012-08-21Bluetooth: Fix minor coding style in hci_event.cMikel Astiz
2012-08-21Bluetooth: trivial: Use preferred method for NULL checkAndrei Emeltchenko
2012-08-20svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields
2012-08-20svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields
2012-08-20svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo