1. 18afa4b net: Make devnet_rename_seq static by Thomas Gleixner · 11 years ago
  2. d4b812d vlan: mask vlan prio bits by Eric Dumazet · 11 years ago
  3. cdbaa0b gso: Update tunnel segmentation to support Tx checksum offload by Alexander Duyck · 11 years ago
  4. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  5. 06a23fe core/dev: set pkt_type after eth_type_trans() in dev_forward_skb() by Isaku Yamahata · 11 years ago
  6. 621e84d dev: introduce skb_scrub_packet() by Nicolas Dichtel · 11 years ago
  7. 5dbe7c1 net: fix kernel deadlock with interface rename and netdev name retrieval. by Nicolas Schichan · 11 years ago
  8. 60877a3 net: allow large number of tx queues by Eric Dumazet · 11 years ago
  9. af12fa6 net: add napi_id and hash by Eliezer Tamir · 11 years ago
  10. 430f03c net: mark netdev_create_hash __net_init by Baruch Siach · 11 years ago
  11. ced14f6 net: Correct comparisons and calculations using skb->tail and skb-transport_header by Simon Horman · 11 years ago
  12. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  13. be9efd3 net: pass changed flags along with NETDEV_CHANGE event by Jiri Pirko · 11 years ago
  14. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  15. da6e378 netpoll: remove return value from netpoll_rx_disable() by dingtianhong · 11 years ago
  16. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago
  17. 42e52bf net: add netnotifier event for upper device change by Jiri Pirko · 11 years ago
  18. 99bbc70 rps: selective flow shedding during softnet overflow by Willem de Bruijn · 11 years ago
  19. 57b354e dev: remove duplicate 'skb->dev = dev' in dev_forward_skb() by Nicolas Dichtel · 11 years ago
  20. 19acc32 gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol() by Pravin B Shelar · 11 years ago
  21. 6708c9e net: use netdev_features_t in skb_needs_linearize() by Patrick McHardy · 11 years ago
  22. 0c77215 net: Use consume_skb() to free gso segmented skb by Sridhar Samudrala · 11 years ago
  23. e12472d net: remove redundant code in dev_hard_start_xmit() by Eric Dumazet · 11 years ago
  24. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  25. 53759be net: Remove return value from list_netdevice() by dingtianhong · 11 years ago
  26. c846ad9 net: rate-limit warn-bad-offload splats. by Ben Greear · 11 years ago
  27. 8ad227f net: vlan: add 802.1ad support by Patrick McHardy · 11 years ago
  28. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  29. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  30. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  31. 124dff0 netfilter: don't reset nf_trace in nf_reset() by Patrick McHardy · 11 years ago
  32. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. 00cfec3 net: add a synchronize_net() in netdev_rx_handler_unregister() by Eric Dumazet · 11 years ago
  34. a561cf7 net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb' by Shmulik Ladkani · 11 years ago
  35. e2a553d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  36. 15e5a03 net_sched: better precise estimation on packet length for untrusted packets by Jason Wang · 11 years ago
  37. 9979a55 net: remove a WARN_ON() in net_enable_timestamp() by Eric Dumazet · 11 years ago
  38. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  39. 166ec36 net: Fix a comment typo by Kusanagi Kouichi · 11 years ago
  40. c80a851 net/core: move vlan_depth out of while loop in skb_network_protocol() by Li RongQing · 11 years ago
  41. e5f2ef7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  42. ee57967 tunnel: Inherit NETIF_F_SG for hw_enc_features. by Pravin B Shelar · 11 years ago
  43. ec5f061 net: Kill link between CSUM and SG features. by Pravin B Shelar · 11 years ago
  44. 3bc1b1a bridging: fix rx_handlers return code by Cristian Bercaru · 11 years ago
  45. d1f41b6 net: reduce net_rx_action() latency to 2 HZ by Eric Dumazet · 11 years ago
  46. 691b3b7 net: fix new kernel-doc warnings in net core by Randy Dunlap · 11 years ago
  47. 82dc3c6 net: introduce NAPI_POLL_WEIGHT by Eric Dumazet · 11 years ago
  48. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  49. 2bb60cb net: Fix locking bug in netif_set_xps_queue by Alexander Duyck · 11 years ago
  50. cd06157 net: fix a build failure when !CONFIG_PROC_FS by Cong Wang · 11 years ago
  51. 900ff8c net: move procfs code to net/core/net-procfs.c by Cong Wang · 11 years ago
  52. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  53. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  54. 96b45cb net: move ioctl functions into a separated file by Cong Wang · 11 years ago
  55. efd9450 net: use skb_reset_mac_len() in dev_gro_receive() by Eric Dumazet · 11 years ago
  56. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 11 years ago
  57. 05e8ef4 net: factor out skb_mac_gso_segment() from skb_gso_segment() by Pravin B Shelar · 11 years ago
  58. 9754e29 net: Don't write to current task flags on every packet received. by David S. Miller · 11 years ago
  59. 6d1ccff net: reset mac header in dev_start_xmit() by Eric Dumazet · 11 years ago
  60. 12b0004 net: adjust skb_gso_segment() for calling in rx path by Cong Wang · 11 years ago
  61. ca99ca1 netpoll: protect napi_poll and poll_controller during dev_[open|close] by Neil Horman · 11 years ago
  62. 62b5942 net: core: Remove unnecessary alloc/OOM messages by Joe Perches · 11 years ago
  63. d2ed273 net: disallow drivers with buggy VLAN accel to register_netdevice() by Michał Mirosław · 11 years ago
  64. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 11 years ago
  65. 441d9d3 net: move rx and tx hash functions to net/core/flow_dissector.c by Cong Wang · 11 years ago
  66. 757b8b1 net_sched: fix qdisc_pkt_len_init() by Eric Dumazet · 11 years ago
  67. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  68. d07d750 net, wireless: overwrite default_ethtool_ops by Stanislaw Gruszka · 12 years ago
  69. 87696f9 net: Export __netdev_pick_tx so that it can be used in modules by Alexander Duyck · 12 years ago
  70. 024e967 net: Add support for XPS without sysfs being defined by Alexander Duyck · 12 years ago
  71. 01c5f86 net: Rewrite netif_set_xps_queues to address several issues by Alexander Duyck · 12 years ago
  72. 10cdc3f net: Rewrite netif_reset_xps_queue to allow for better code reuse by Alexander Duyck · 12 years ago
  73. 537c00d net: Add functions netif_reset_xps_queue and netif_set_xps_queue by Alexander Duyck · 12 years ago
  74. 416186f net: Split core bits of netdev_pick_tx into __netdev_pick_tx by Alexander Duyck · 12 years ago
  75. 1def923 net_sched: more precise pkt_len computation by Eric Dumazet · 12 years ago
  76. 948b337 net: init perm_addr in register_netdevice() by Jiri Pirko · 12 years ago
  77. fda55ec net: introduce skb_transport_header_was_set() by Eric Dumazet · 12 years ago
  78. 8b98a70 net: remove no longer used netdev_set_bond_master() and netdev_set_master() by Jiri Pirko · 12 years ago
  79. 9ff162a net: introduce upper device lists by Jiri Pirko · 12 years ago
  80. fbdeca2 net: add address assign type "SET" by Jiri Pirko · 12 years ago
  81. f652151 net: call add_device_randomness() only after successful mac change by Jiri Pirko · 12 years ago
  82. 4bf84c3 net: add change_carrier netdev op by Jiri Pirko · 12 years ago
  83. 30e6c9f net: devnet_rename_seq should be a seqcount by Eric Dumazet · 12 years ago
  84. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  85. 89c5fa3 net: gro: dev_gro_receive() cleanup by Eric Dumazet · 12 years ago
  86. fc70fb6 net: Handle encapsulated offloads before fragmentation or handing to lower dev by Alexander Duyck · 12 years ago
  87. c3c7c25 net: gro: fix possible panic in skb_gro_receive() by Eric Dumazet · 12 years ago
  88. e3d8fab net: call notifiers for mtu change even if iface is not up by Jiri Pirko · 12 years ago
  89. 4e66ae2 net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD by Serge Hallyn · 12 years ago
  90. bb72882 core: make GRO methods static. by Rami Rosen · 12 years ago
  91. c91f6df sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name by Brian Haley · 12 years ago
  92. 388dfc2 net: Remove redundant null check before kfree in dev.c by Sachin Kamat · 12 years ago
  93. 5e1fccc net: Allow userns root control of the core of the network stack. by Eric W. Biederman · 12 years ago
  94. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  95. baefa31 net-rps: Fix brokeness causing OOO packets by Tom Herbert · 12 years ago
  96. c53aa50 net: use right lock in __dev_remove_offload by Eric Dumazet · 12 years ago
  97. f191a1d net: Remove code duplication between offload structures by Vlad Yasevich · 12 years ago
  98. 22061d8 net: Switch to using the new packet offload infrustructure by Vlad Yasevich · 12 years ago
  99. 62532da net: Add generic packet offload infrastructure. by Vlad Yasevich · 12 years ago
  100. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago