1. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  2. 2c26d34 net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding by Jay Vosburgh · 10 years ago
  3. b8fb4e0 net: Reset secmark when scrubbing packet by Thomas Graf · 10 years ago
  4. 796f2da net: Fix stacked vlan offload features computation by Toshiaki Makita · 10 years ago
  5. d0edc7b mpls: Fix config check for mpls. by Pravin B Shelar · 10 years ago
  6. ceb8d5b net: Rearrange loop in net_rx_action by Herbert Xu · 10 years ago
  7. 6bd373e net: Always poll at least one device in net_rx_action by Herbert Xu · 10 years ago
  8. 001ce54 net: Detect drivers that reschedule NAPI and exhaust budget by Herbert Xu · 10 years ago
  9. 726ce70 net: Move napi polling code out of net_rx_action by Herbert Xu · 10 years ago
  10. af6dabc net: drop the packet when fails to do software segmentation or header check by Jason Wang · 10 years ago
  11. 00c845d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  12. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  13. 65891fe net: Disallow providing non zero VLAN ID for NIC drivers FDB add flow by Or Gerlitz · 10 years ago
  14. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  15. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  16. 198bf1b net: sock: fix access via invalid file descriptor by Alexei Starovoitov · 10 years ago
  17. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  18. 707c596 Merge branch 'nsfs' into for-next by Al Viro · 10 years ago
  19. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  20. fd11a83 net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb by Alexander Duyck · 10 years ago
  21. ffde732 net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag by Alexander Duyck · 10 years ago
  22. 6e5f59a Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  23. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  24. 1d460b9 rocker: remove swdev mode by Roopa Prabhu · 10 years ago
  25. e008f3f net: avoid to call skb_queue_len again by Li RongQing · 10 years ago
  26. d3a9632 skb_copy_datagram_iovec() can die by Al Viro · 10 years ago
  27. e5a4b0b switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives by Al Viro · 10 years ago
  28. dbfc4fb dst: no need to take reference on DST_NOCACHE dsts by Hannes Frederic Sowa · 10 years ago
  29. 6ffe75e net: avoid two atomic operations in fast clones by Eric Dumazet · 10 years ago
  30. 395eea6 rtnetlink: delay RTM_DELLINK notification until after ndo_uninit() by Mahesh Bandewar · 10 years ago
  31. 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  32. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  33. f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
  34. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  35. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  36. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  37. ff24870 netns: switch ->get()/->put()/->install()/->inum() to working with &net->ns by Al Viro · 10 years ago
  38. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  39. 2c3c031 bridge: add brport flags to dflt bridge_getlink by Scott Feldman · 10 years ago
  40. aecbe01 net-sysfs: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  41. 82f2841 rtnl: expose physical switch id for particular device by Jiri Pirko · 10 years ago
  42. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  43. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  44. e0ebde0 rtnetlink: release net refcnt on error in do_setlink() by Nicolas Dichtel · 10 years ago
  45. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  46. aa68c20 bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK by Thomas Graf · 10 years ago
  47. 6e8d1c5 bridge: Validate IFLA_BRIDGE_FLAGS attribute length by Thomas Graf · 10 years ago
  48. 79e8865 crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit() by Daniel Borkmann · 10 years ago
  49. 8feb2fb switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() by Al Viro · 10 years ago
  50. 195e952 kill zerocopy_sg_from_iovec() by Al Viro · 10 years ago
  51. 3a654f9 new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter() by Al Viro · 10 years ago
  52. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  53. e7820e3 net: Revert "net: avoid one atomic operation in skb_clone()" by Eric Dumazet · 10 years ago
  54. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  55. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  56. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  57. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  58. 08adb7d fold verify_iovec() into copy_msghdr_from_user() by Al Viro · 10 years ago
  59. 0844932 {compat_,}verify_iovec(): switch to generic copying of iovecs by Al Viro · 10 years ago
  60. ef87c5d net: pktgen: Deletion of an unnecessary check before the function call "proc_remove" by Markus Elfring · 10 years ago
  61. 54aeba7 dev_ioctl: use sizeof(x) instead of sizeof x by Fabian Frederick · 10 years ago
  62. e56f735 net/core: include linux/types.h instead of asm/types.h by Fabian Frederick · 10 years ago
  63. 1d2398d net: fix spelling for synchronized by Fabian Frederick · 10 years ago
  64. 960fb62 net: provide a per host RSS key generic infrastructure by Eric Dumazet · 10 years ago
  65. e9ac5f0 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes by Ingo Molnar · 10 years ago
  66. fbe168b net: generic dev_disable_lro() stacked device handling by Michal Kubeček · 10 years ago
  67. d7480fd neigh: remove dynamic neigh table registration support by WANG Cong · 10 years ago
  68. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  69. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  70. 3b47d30 net: gro: add a per device gro flush timer by Eric Dumazet · 10 years ago
  71. bfe1be3 net: Kill skb_copy_datagram_const_iovec by Herbert Xu · 10 years ago
  72. a8f820aa inet: Add skb_copy_datagram_iter by Herbert Xu · 10 years ago
  73. 25cd9ba openvswitch: Add basic MPLS support to kernel by Simon Horman · 10 years ago
  74. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  75. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  76. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  77. ff960a7 netdev, sched/wait: Fix sleeping inside wait event by Peter Zijlstra · 10 years ago
  78. d75b1ad net: less interrupt masking in NAPI by Eric Dumazet · 10 years ago
  79. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  80. e0fb6fb net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0 by Guenter Roeck · 10 years ago
  81. 75fbfd3 neigh: optimize neigh_parms_release() by Nicolas Dichtel · 10 years ago
  82. bc9ad16 net: introduce napi_schedule_irqoff() by Eric Dumazet · 10 years ago
  83. 432c856 net: skb_segment() should preserve backpressure by Toshiaki Makita · 10 years ago
  84. 93a35f5 net: napi_reuse_skb() should check pfmemalloc by Eric Dumazet · 10 years ago
  85. a63ba13 net: tso: fix unaligned access to crafted TCP header in helper API by Karl Beldan · 10 years ago
  86. f993bc2 net: core: handle encapsulation offloads when computing segment lengths by Florian Westphal · 10 years ago
  87. 2e923b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  88. 04ffcb2 net: Add ndo_gso_check by Tom Herbert · 10 years ago
  89. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  90. e53da5f net: Trap attempts to call sock_kfree_s() with a NULL pointer. by David S. Miller · 10 years ago
  91. 4c45058 net: fix races in page->_count manipulation by Eric Dumazet · 10 years ago
  92. 5af7fb6 flow-dissector: Fix alignment issue in __skb_flow_get_ports by Alexander Duyck · 10 years ago
  93. 8ea6e34 net: filter: fix the comments by Li RongQing · 10 years ago
  94. de3f0d0 net: Missing @ before descriptions cause make xmldocs warning by Masanari Iida · 10 years ago
  95. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  96. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  97. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  98. 02c0fc1 net_sched: fix unused variables in __gnet_stats_copy_basic_cpu() by WANG Cong · 10 years ago
  99. 1ff0dc9 net: validate_xmit_vlan() is static by Eric Dumazet · 10 years ago
  100. fcbeb97 net: introduce netdevice gso_min_segs attribute by Eric Dumazet · 10 years ago