1. 600adc1 net: gro: change GRO overflow strategy by Eric Dumazet · 11 years ago
  2. bf5a755 net-gre-gro: Add GRE support to the GRO stack by Jerry Chu · 11 years ago
  3. cdb3f4a net: Do not enable tx-nocache-copy by default by Benjamin Poirier · 11 years ago
  4. 39b6b29 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  5. af2806f net: Export skb_zerocopy() to zerocopy from one skb to another by Thomas Graf · 11 years ago
  6. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  7. a48d4bb net: netdev_kobject_init: annotate with __init by Daniel Borkmann · 11 years ago
  8. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  9. 8f09898 socket: cleanups by stephen hemminger · 11 years ago
  10. 86f8515 net: netprio: rename config to be more consistent with cgroup configs by Daniel Borkmann · 11 years ago
  11. fe1217c net: net_cls: move cgroupfs classid handling into core by Daniel Borkmann · 11 years ago
  12. aca5f58 netpoll: Fix missing TXQ unlock and and OOPS. by David S. Miller · 11 years ago
  13. 1d143d9 net: core functions cleanup by stephen hemminger · 11 years ago
  14. 3678a9d netlink: cleanup rntl_af_register by stephen hemminger · 11 years ago
  15. 855abcf net, rps: fix the comment of net_rps_action_and_irq_enable() by Zhi Yong Wu · 11 years ago
  16. 2205369 vlan: Fix header ops passthru when doing TX VLAN offload. by David S. Miller · 11 years ago
  17. 289dccb net: use kfree_skb_list() helper by Eric Dumazet · 11 years ago
  18. 5b59d46 rps: NUMA flow limit allocations by Eric Dumazet · 11 years ago
  19. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  20. 8532824 net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock held by John Fastabend · 11 years ago
  21. 3df7a74 net: Add utility function to copy skb hash by Tom Herbert · 11 years ago
  22. 3958afa1b net: Change skb_get_rxhash to skb_get_hash by Tom Herbert · 11 years ago
  23. 53385d2 neigh: Netlink notification for administrative NUD state change by Bob Gilligan · 11 years ago
  24. 477bb93 net: remove dead code for add/del multiple by stephen hemminger · 11 years ago
  25. e001bfa bonding: create bond_first_slave_rcu() by dingtianhong · 11 years ago
  26. 299603e8 net-gro: Prepare GRO stack for the upcoming tunneling support by Jerry Chu · 11 years ago
  27. 7e98056 ipv6: router reachability probing by Jiri Benc · 11 years ago
  28. 8e3bff9 net: more spelling fixes by stephen hemminger · 11 years ago
  29. 12663bf net: unix: allow set_peek_off to fail by Sasha Levin · 11 years ago
  30. 77d47af neigh: use neigh_parms_net() to get struct neigh_parms->net pointer by Jiri Pirko · 11 years ago
  31. d323e92c net: drop_monitor: fix the value of maxattr by Changli Gao · 11 years ago
  32. bba2489 neigh: ipv6: respect default values set before an address is assigned to device by Jiri Pirko · 11 years ago
  33. 1d4c8c2 neigh: restore old behaviour of default parms values by Jiri Pirko · 11 years ago
  34. 73af614 neigh: use tbl->family to distinguish ipv4 from ipv6 by Jiri Pirko · 11 years ago
  35. cb5b09c neigh: wrap proc dointvec functions by Jiri Pirko · 11 years ago
  36. 1f9248e5 neigh: convert parms to an array by Jiri Pirko · 11 years ago
  37. 4262e5c net: dev: move inline skb_needs_linearize helper to header by Daniel Borkmann · 11 years ago
  38. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  39. e624702 net: introduce dev_consume_skb_any() by Eric Dumazet · 11 years ago
  40. 84b9cd6 gro: small napi_get_frags() optim by Eric Dumazet · 11 years ago
  41. 239c78d net: clear local_df when passing skb between namespaces by Hannes Frederic Sowa · 11 years ago
  42. 426e1fa Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  43. 3868204 {pktgen, xfrm} Update IPv4 header total len and checksum after tranformation by fan.du · 11 years ago
  44. 9d8506c gso: handle new frag_list of frags GRO packets by Herbert Xu · 11 years ago
  45. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  46. d2615bf net: core: Always propagate flag changes to interfaces by Vlad Yasevich · 11 years ago
  47. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  48. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  49. e5dcecb drop_monitor/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  50. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  51. fd468c7 net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMP by Ben Hutchings · 11 years ago
  52. 529d048 macvlan: disable LRO on lower device instead of macvlan by Michal Kubeček · 11 years ago
  53. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  54. 81b9eab core/dev: do not ignore dmac in dev_forward_skb() by Alexei Starovoitov · 11 years ago
  55. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  56. 6aafeef netfilter: push reasm skb through instead of original frag skbs by Jiri Pirko · 11 years ago
  57. 13eb2ab net: Fix "ip rule delete table 256" by Andreas Henriksson · 11 years ago
  58. 3797d3e net: flow_dissector: small optimizations in IPv4 dissect by Eric Dumazet · 11 years ago
  59. bc32383 net: skbuff - kernel-doc fixes by Mathias Krause · 11 years ago
  60. 0c7ddf3 net: move pskb_put() to core code by Mathias Krause · 11 years ago
  61. a6cc0cf net: Add layer 2 hardware acceleration operations for macvlan devices by John Fastabend · 11 years ago
  62. 0324e74 Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  63. f8e617e net: introduce skb_coalesce_rx_frag() by Jason Wang · 11 years ago
  64. cea80ea net: checksum: fix warning in skb_checksum by Daniel Borkmann · 11 years ago
  65. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. 74d332c net: extend net_device allocation to vmalloc() by Eric Dumazet · 11 years ago
  67. 2817a33 net: skb_checksum: allow custom update/combine for walking skb by Daniel Borkmann · 11 years ago
  68. 6f09234 net: flow_dissector: fail on evil iph->ihl by Jason Wang · 11 years ago
  69. cdfb97b net, mc: fix the incorrect comments in two mc-related functions by Zhi Yong Wu · 11 years ago
  70. ab1a2d7 net, iovec: fix the incorrect comment in memcpy_fromiovecend() by Zhi Yong Wu · 11 years ago
  71. c4e819d net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec() by Zhi Yong Wu · 11 years ago
  72. 8fb479a netpoll: fix rx_hook() interface by passing the skb by Antonio Quartulli · 11 years ago
  73. 7f29405 net: fix rtnl notification in atomic context by Alexei Starovoitov · 11 years ago
  74. 66415cf net: initialize hashrnd in flow_dissector with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  75. f84be2b net: make net_get_random_once irq safe by Hannes Frederic Sowa · 11 years ago
  76. 974daef net: add missing dev_put() in __netdev_adjacent_dev_insert by Nikolay Aleksandrov · 11 years ago
  77. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  78. 34d92d5 net: always inline net_secret_init by Hannes Frederic Sowa · 11 years ago
  79. 0a6957e net: remove function sk_reset_txq() by ZHAO Gang · 11 years ago
  80. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  81. e34c9a6 net: switch net_secret key generation to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  82. a48e429 net: introduce new macro net_get_random_once by Hannes Frederic Sowa · 11 years ago
  83. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  84. 3347c96 ipv4: gso: make inet_gso_segment() stackable by Eric Dumazet · 11 years ago
  85. 030737b net: generalize skb_segment() by Eric Dumazet · 11 years ago
  86. a7204d7 Merge 3.12-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  87. 400dfd3 net: refactor sk_page_frag_refill() by Eric Dumazet · 11 years ago
  88. 8a29111 net: gro: allow to build full sized skb by Eric Dumazet · 11 years ago
  89. cb03db9 net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected by Fabio Estevam · 11 years ago
  90. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  91. 7eec417 pkt_sched: fq: fix non TCP flows pacing by Eric Dumazet · 11 years ago
  92. e1af5e4 cgroup: netprio: remove unnecessary task_netprioidx by Gao feng · 11 years ago
  93. 5cde282 net: Separate the close_list and the unreg_list v2 by Eric W. Biederman · 11 years ago
  94. d45ed4a net: fix unsafe set_memory_rw from softirq by Alexei Starovoitov · 11 years ago
  95. 3573540 netif_set_xps_queue: make cpu mask const by Michael S. Tsirkin · 11 years ago
  96. 357afe9 flow_dissector: factor out the ports extraction in skb_flow_get_ports by Nikolay Aleksandrov · 11 years ago
  97. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  98. b867835 net: flow_dissector: fix thoff for IPPROTO_AH by Eric Dumazet · 11 years ago
  99. 991fb3f dev: always advertise rx_flags changes via netlink by Nicolas Dichtel · 11 years ago
  100. a528c21 dev: update __dev_notify_flags() to send rtnl msg by Nicolas Dichtel · 11 years ago