1. c697366 inet: fix double request socket freeing by Fan Du · 10 years ago
  2. 24c0e68 vxlan: simplify if clause in dev_close by Marcelo Ricardo Leitner · 10 years ago
  3. b6f15f8 fib_trie: Fix regression in handling of inflate/halve failure by Alexander Duyck · 10 years ago
  4. 9cde945 bgmac: implement scatter/gather support by Felix Fietkau · 10 years ago
  5. 45c9b3c bgmac: implement GRO and use build_skb by Felix Fietkau · 10 years ago
  6. 0addb83 bgmac: fix descriptor frame start/end definitions by Felix Fietkau · 10 years ago
  7. 443b599 net: Move the comment about unsettable socket-level options to default clause and update its reference. by YOSHIFUJI Hideaki/吉藤英明 · 10 years ago
  8. 86c1aee Merge branch 'listener_refactor_part_15' by David S. Miller · 10 years ago
  9. 52036a4 ipv6: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets by Eric Dumazet · 10 years ago
  10. 85645ba ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets by Eric Dumazet · 10 years ago
  11. 2215089 ipv6: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 10 years ago
  12. 26e3736 ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 10 years ago
  13. b282705 net: convert syn_wait_lock to a spinlock by Eric Dumazet · 10 years ago
  14. 8b929ab inet: remove some sk_listener dependencies by Eric Dumazet · 10 years ago
  15. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 10 years ago
  16. 2b41fab inet: cache listen_sock_qlen() and read rskq_defer_accept once by Eric Dumazet · 10 years ago
  17. c9231f8 Merge branch 'gigaset_modem_response' by David S. Miller · 10 years ago
  18. 4656e0a isdn/gigaset: restructure modem response parser (4) by Tilman Schmidt · 10 years ago
  19. d93187e isdn/gigaset: restructure modem response parser (3) by Tilman Schmidt · 10 years ago
  20. 4df1e52 isdn/gigaset: restructure modem response parser (2) by Tilman Schmidt · 10 years ago
  21. 6bf5011 isdn/gigaset: restructure modem response parser (1) by Tilman Schmidt · 10 years ago
  22. 558d51f switchdev: fix stp update API to work with layered netdevices by Roopa Prabhu · 10 years ago
  23. 08b4b8e net: clear skb->priority when forwarding to another netns by WANG Cong · 10 years ago
  24. a659f91 Merge branch 'crypto_async' by David S. Miller · 10 years ago
  25. a596999 crypto: algif - change algif_skcipher to be asynchronous by Tadeusz Struk · 10 years ago
  26. 66db373 crypto: af_alg - Allow to link sgl by Tadeusz Struk · 10 years ago
  27. 0345f93 net: socket: add support for async operations by tadeusz.struk@intel.com · 10 years ago
  28. 8f2ddaa netlink: Remove netlink_compare_arg.trailer by Herbert Xu · 10 years ago
  29. 69a3b16 Merge branch 'netcp-next' by David S. Miller · 10 years ago
  30. 9a391c7 net: netcp: ethss: enhancement to support NetCP 1.5 ethss by WingMan Kwok · 10 years ago
  31. da866ba net: netcp: enclose macros in parentheses by Karicheri, Muralidharan · 10 years ago
  32. f49ae14 net: netcp: select davinci_mdio driver by default by Karicheri, Muralidharan · 10 years ago
  33. 21e0e0d net: netcp: use separate reg region for individual ethss modules by Karicheri, Muralidharan · 10 years ago
  34. e170f40 net: netcp: fix forward port number usage for 10G ethss by Karicheri, Muralidharan · 10 years ago
  35. 89c69d3 net: neighbour: Document {mcast, ucast}_solicit, mcast_resolicit. by YOSHIFUJI Hideaki/吉藤英明 · 10 years ago
  36. 8da8646 net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state. by YOSHIFUJI Hideaki/吉藤英明 · 10 years ago
  37. fc300dc bgmac: allow enabling on ARCH_BCM_5301X by Rafał Miłecki · 10 years ago
  38. c25b23b bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsets by Rafał Miłecki · 10 years ago
  39. df814d9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 10 years ago
  40. c6f1507 net: dsa: make NET_DSA manually selectable from the config by Mathieu Olivari · 10 years ago
  41. 13bb8e2 switchdev: kernel-doc cleanup on swithdev ops by Scott Feldman · 10 years ago
  42. d3593b5 Revert "selinux: add a skb_owned_by() hook" by Eric Dumazet · 10 years ago
  43. 784401b igbvf: use netif_carrier_off earlier when bringing if down by Todd Fujinaka · 10 years ago
  44. f28ea08 igb: use netif_carrier_off earlier when bringing if down by Todd Fujinaka · 10 years ago
  45. 152c0a9 e1000e: NVM write protect access removed from SPT HW by Yanir Lubetkin · 10 years ago
  46. a60a132 e1000e: call netif_carrier_off early on down by Eliezer Tamir · 10 years ago
  47. d9d888b ixgb: call netif_carrier_off early on down by Eliezer Tamir · 10 years ago
  48. f6877fc Merge branch 'ebpf-next' by David S. Miller · 10 years ago
  49. a8cb5f5 act_bpf: add initial eBPF support for actions by Daniel Borkmann · 10 years ago
  50. 94caee8 ebpf: add sched_act_type and map it to sk_filter's verifier ops by Daniel Borkmann · 10 years ago
  51. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  52. 6626af6 rhashtable: Fix undeclared EEXIST build error on ia64 by Herbert Xu · 10 years ago
  53. 4de930e net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfrom by Al Viro · 10 years ago
  54. b4c11cb Merge branch 'amd-xgbe-next' by David S. Miller · 10 years ago
  55. 385565a amd-xgbe: Use napi_alloc_skb when allocating skb in softirq by Lendacky, Thomas · 10 years ago
  56. 4a57ebc amd-xgbe: Fix Rx coalescing reporting by Lendacky, Thomas · 10 years ago
  57. c635eaa amd-xgbe: Remove Tx coalescing by Lendacky, Thomas · 10 years ago
  58. 386d325 amd-xgbe: Set DMA mask based on hardware register value by Lendacky, Thomas · 10 years ago
  59. ceb8f6b amd-xgbe: Use the new DMA memory barriers where appropriate by Lendacky, Thomas · 10 years ago
  60. 600c881 amd-xgbe: Clarify output message about queues by Lendacky, Thomas · 10 years ago
  61. 9ae5eec amd-xgbe-phy: Provide support for auto-negotiation timeout by Lendacky, Thomas · 10 years ago
  62. 65f57cb amd-xgbe-phy: Use the phy_driver flags field by Lendacky, Thomas · 10 years ago
  63. d9663c8 amd-xgbe-phy: Use phydev advertising field vs supported by Lendacky, Thomas · 10 years ago
  64. 91edd09 net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviour by Catalin Marinas · 10 years ago
  65. ebd6af0 Merge branch 'rhashtable-inlined-interface' by David S. Miller · 10 years ago
  66. dc0ee26 rhashtable: Rip out obsolete out-of-line interface by Herbert Xu · 10 years ago
  67. 6cca7289 tipc: Use inlined rhashtable interface by Herbert Xu · 10 years ago
  68. b182aa6 test_rhashtable: Use inlined rhashtable interface by Herbert Xu · 10 years ago
  69. fa37732 netfilter: Convert nft_hash to inlined rhashtable by Herbert Xu · 10 years ago
  70. c428ecd netlink: Move namespace into hash key by Herbert Xu · 10 years ago
  71. 02fd97c rhashtable: Allow hash/comparison functions to be inlined by Herbert Xu · 10 years ago
  72. 488fb86e rhashtable: Make rhashtable_init params argument const by Herbert Xu · 10 years ago
  73. 0b8c707 ebpf, filter: do not convert skb->protocol to host endianess during runtime by Daniel Borkmann · 10 years ago
  74. c4a6853 ipv6: invert join/leave anycast rtnl/socket locking order by Marcelo Ricardo Leitner · 10 years ago
  75. 149d754 vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave} by Marcelo Ricardo Leitner · 10 years ago
  76. de58a6d Merge branch 'be2net' by David S. Miller · 10 years ago
  77. 25848c9 be2net: use PCI MMIO read instead of config read for errors by Suresh Reddy · 10 years ago
  78. c8ba4ad0 be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQs by Suresh Reddy · 10 years ago
  79. 435452a be2net: Prevent VFs from enabling VLAN promiscuous mode by Vasundhara Volam · 10 years ago
  80. d22e153 tcp: fix tcp fin memory accounting by Josh Hunt · 10 years ago
  81. 73ba57b ipv6: fix backtracking for throw routes by Steven Barth · 10 years ago
  82. 87f966d net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5} by Markos Chandras · 10 years ago
  83. 8e199df ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_fragment by Sabrina Dubroca · 10 years ago
  84. edafc13 xen-netback: making the bandwidth limiter runtime settable by Palik, Imre · 10 years ago
  85. 750f2f9 Merge branch 'listener_refactor_part_14' by David S. Miller · 10 years ago
  86. becb74f net: increase sk_[max_]ack_backlog by Eric Dumazet · 10 years ago
  87. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
  88. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 10 years ago
  89. a998f71 rhashtable: Round up/down min/max_size to ensure we respect limit by Thomas Graf · 10 years ago
  90. b314aca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  91. 1e744c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  92. e409ac3 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  93. 32dafb94 Merge tag 'mmc-v4.0-rc4' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  94. 01d62ee Merge tag 'pinctrl-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  95. 18eda52 Merge tag 'nios2-fixes-v4.0-rc5' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 10 years ago
  96. 91a0f93 i40e: add NVM update events to AQ clean by Shannon Nelson · 10 years ago
  97. a93fc15 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 10 years ago
  98. 22283c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  99. 446981e tipc: fix build issue when building without IPv6 by Marcelo Ricardo Leitner · 10 years ago
  100. d15b1de Merge branch 'cxgb4-next' by David S. Miller · 10 years ago