1. c6bb813 xfrm: Report user triggered expirations against the users socket by Eric W. Biederman · 13 years ago
  2. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 13 years ago
  3. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 13 years ago
  4. 9785e10 netlink: kill netlink_set_nonroot by Pablo Neira Ayuso · 13 years ago
  5. 16fa9e1 netdev/phy: mdio-mux-mmioreg.c should include of_address.h by Timur Tabi · 13 years ago
  6. ba8bd0e net: rt_cache_flush() cleanup by Eric Dumazet · 13 years ago
  7. bd877e48 net: qmi_wwan: use a single bind function for all device types by Bjørn Mork · 13 years ago
  8. 3ee2403 net: qmi_wwan: increase max QMI message size to 4096 by Bjørn Mork · 13 years ago
  9. 4ccfe6d ipv4/route: arg delay is useless in rt_cache_flush() by Nicolas Dichtel · 13 years ago
  10. dbe9a41 scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie. by Eric W. Biederman · 13 years ago
  11. d679c53 igmp: avoid drop_monitor false positives by Eric Dumazet · 13 years ago
  12. e966c8e drivers/net/usb/sierra_net.c: removes unnecessary semicolon by Peter Senna Tschudin · 13 years ago
  13. b4949ab ipv6: fix handling of throw routes by Nicolas Dichtel · 13 years ago
  14. 7ab4551 tcp: fix TFO regression by Eric Dumazet · 13 years ago
  15. ef2c7d7 ipv6: fix handling of blackhole and prohibit routes by Nicolas Dichtel · 13 years ago
  16. d6b6d98 be2net: use PCIe AER capability by Sathya Perla · 13 years ago
  17. 23d3b8b net: qdisc busylock needs lockdep annotations by Eric Dumazet · 13 years ago
  18. 7933aa5 bnx2x: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 13 years ago
  19. 2c96932 netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.h by Stephen Rothwell · 13 years ago
  20. 840f300 cxgb4: Remove duplicate register definitions by Vipul Pandya · 13 years ago
  21. e5619c1 RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driver by Vipul Pandya · 13 years ago
  22. c6c1396 net: add unknown state to sysfs NIC duplex export by Nikolay Aleksandrov · 13 years ago
  23. f6fe569 Revert "usbnet: drop unneeded check for NULL" by Oliver Neukum · 13 years ago
  24. d23ff70 tcp: add generic netlink support for tcp_metrics by Julian Anastasov · 13 years ago
  25. ab86825 ixgbe: remove old init remnant by Eliezer Tamir · 13 years ago
  26. 42f3c43 igb: Supported and Advertised Pause Frame by Akeem G. Abodunrin · 13 years ago
  27. 9936a7b igb: reduce Rx header size by Eric Dumazet · 13 years ago
  28. 8aa23f0 igb: Add loopback test support for i210 by Carolyn Wyborny · 13 years ago
  29. 600e177 net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd entries by Masatake YAMATO · 13 years ago
  30. cefd81c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 13 years ago
  31. 3731a33 ieee802154: MRF24J40 driver by Alan Ott · 13 years ago
  32. 798b2cb net: Add INET dependency on aes crypto for the sake of TCP fastopen. by David S. Miller · 13 years ago
  33. 54a2792 sctp: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 13 years ago
  34. 6e129d04 usbnet: drop unneeded check for NULL by Oliver Neukum · 13 years ago
  35. 15eac2a openvswitch: Increase maximum number of datapath ports. by Pravin B Shelar · 13 years ago
  36. 1e9f020 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 13 years ago
  37. 684bad1 tcp: use PRR to reduce cwin in CWR state by Yuchung Cheng · 13 years ago
  38. fb4d3d1 tcp: move tcp_update_cwnd_in_recovery by Yuchung Cheng · 13 years ago
  39. 09484d1 tcp: move tcp_enter_cwr() by Yuchung Cheng · 13 years ago
  40. 5aee072 net: sierra_net: rx_urb_size is constant by Bjørn Mork · 13 years ago
  41. 9625e5f net: sierra_net: make private symbols static by Bjørn Mork · 13 years ago
  42. 11ad714 net: cx82310_eth: use common match macro by Bjørn Mork · 13 years ago
  43. ace1fe1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 13 years ago
  44. ce9f3f3 netfilter: properly annotate ipv4_netfilter_{init,fini}() by Jan Beulich · 13 years ago
  45. 1c15b67 netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue() by Michael Wang · 13 years ago
  46. 2a6decf netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate() by Michael Wang · 13 years ago
  47. 9655050 netfilter: remove xt_NOTRACK by Cong Wang · 13 years ago
  48. 84b5ee9 netfilter: nf_conntrack: add nf_ct_timeout_lookup by Pablo Neira Ayuso · 13 years ago
  49. 236df00 netfilter: xt_CT: refactorize xt_ct_tg_check by Pablo Neira Ayuso · 13 years ago
  50. 6703aa7 netfilter: xt_socket: fix compilation warnings with gcc 4.7 by Pablo Neira Ayuso · 13 years ago
  51. a2dc375e 6lowpan: handle NETDEV_UNREGISTER event by Alan Ott · 13 years ago
  52. a437d27 6lowpan: Make a copy of skb's delivered to 6lowpan by Alan Ott · 13 years ago
  53. 1bed966 Merge branch 'tcp_fastopen_server' by David S. Miller · 13 years ago
  54. 168a8f5 tcp: TCP Fast Open Server - main code path by Jerry Chu · 13 years ago
  55. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 13 years ago
  56. 1046716 tcp: TCP Fast Open Server - header & support functions by Jerry Chu · 13 years ago
  57. 2a35cfa r8169: add D-Link DGE-560T identifiers. by Francois Romieu · 13 years ago
  58. da210f5 bonding: add some slack to arp monitoring time limits by Jiri Bohac · 13 years ago
  59. eb7e057 ipv6: remove some deadcode by Sorin Dumitru · 13 years ago
  60. d1a53df net: fix documentation of skb_needs_linearize(). by Rami Rosen · 13 years ago
  61. 98d75c3 ipv4: Minor logic clean-up in ipv4_mtu by Alexander Duyck · 13 years ago
  62. 4a2c240 net:atm:fix up ENOIOCTLCMD error handling by Wanlong Gao · 13 years ago
  63. 3f8bdec net:stmmac: convert driver to use devm_request_and_ioremap. by Srinivas Kandagatla · 13 years ago
  64. d56631a net:stmmac: Remove bus_id from mdio platform data. by Srinivas Kandagatla · 13 years ago
  65. 1f9defa net:stmmac: fix broken stmmac_pltfr_remove. by Srinivas Kandagatla · 13 years ago
  66. a5cf5ce net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregister by Srinivas Kandagatla · 13 years ago
  67. fcb1184 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  68. 80f0fd8 openvswitch: using kfree_rcu() to simplify the code by Wei Yongjun · 13 years ago
  69. fc61b92 af_unix: fix shutdown parameter checking by Xi Wang · 13 years ago
  70. 46b66d7 decnet: fix shutdown parameter checking by Xi Wang · 13 years ago
  71. 6c9ff97 tcp: Increase timeout for SYN segments by Alex Bergmann · 13 years ago
  72. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  73. 0dcd505 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 13 years ago
  74. 5b423f6 netfilter: nf_conntrack: fix racy timer handling with reliable events by Pablo Neira Ayuso · 13 years ago
  75. dd1fe11 ixgbevf: Cleanup handling of configuration for jumbo frames by Alexander Duyck · 13 years ago
  76. 0ac1e8c ixgbevf: Add suspend and resume support to the VF by Alexander Duyck · 13 years ago
  77. 076d807 e1000e: update driver version number by Bruce Allan · 13 years ago
  78. 70443ae e1000e: cleanup - remove unnecessary variable by Bruce Allan · 13 years ago
  79. 419e551 e1000e: cleanup - remove inapplicable comment by Bruce Allan · 13 years ago
  80. 06a402e e1000e: cleanup strict checkpatch check by Bruce Allan · 13 years ago
  81. bc76329 e1000e: cleanup strict checkpatch MEMORY_BARRIER checks by Bruce Allan · 13 years ago
  82. efc38d2 e1000e: use correct type for read of 32-bit register by Bruce Allan · 13 years ago
  83. 14a15d6 bnx2x: Correct the ndo_poll_controller call by Merav Sicron · 13 years ago
  84. 26614ba bnx2x: Move netif_napi_add to the open call by Merav Sicron · 13 years ago
  85. c5ae7d4 ipv4: must use rcu protection while calling fib_lookup by Eric Dumazet · 13 years ago
  86. 761743e net/fsl_pq_mdio: add support for the Fman 1G MDIO controller by Timur Tabi · 13 years ago
  87. dd3b8a3 net/fsl-pq-mdio: coalesce multiple memory allocations into one by Timur Tabi · 13 years ago
  88. afae5ad net/fsl_pq_mdio: streamline probing of MDIO nodes by Timur Tabi · 13 years ago
  89. 5078ac7 net/fsl_pq_mdio: various small fixes by Timur Tabi · 13 years ago
  90. 69cfb419 net/fsl_pq_mdio: merge some functions together by Timur Tabi · 13 years ago
  91. 1aa06d4 net/fsl_pq_mdio: trim #include statements by Timur Tabi · 13 years ago
  92. 19bcd6c net/freescale: do not export any functions from fsl_pq_mdio.c by Timur Tabi · 13 years ago
  93. 522609f be2net: modify log msg for lack of privilege error by Vasundhara Volam · 13 years ago
  94. cc7d723 be2net: fixup malloc/free of adapter->pmac_id by Sathya Perla · 13 years ago
  95. 8a046d3 be2net: fix FW default for VF tx-rate by Vasundhara Volam · 13 years ago
  96. 7c5a524 be2net: fix max VFs reported by HW by Vasundhara Volam · 13 years ago
  97. 4cbdaf6 be2net: create RSS rings even in multi-channel configs by Sathya Perla · 13 years ago
  98. 0739d64 drivers/ieee802154: move ieee802154 drivers to net folder by alex.bluesman.smirnov@gmail.com · 13 years ago
  99. 395a573 drivers/ieee802154/at86rf230: replace the code under _init and _exit by macro by alex.bluesman.smirnov@gmail.com · 13 years ago
  100. 5c879d2 bnx2x: fix 57840_MF pci id by Yuval Mintz · 13 years ago