1. ccb19d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  2. 65e9d2f net: fix NULL-deref in WARN() in skb_gso_segment() by Michał Mirosław · 13 years ago
  3. 36c9247 net: WARN if skb_checksum_help() is called on skb requiring segmentation by Ben Hutchings · 13 years ago
  4. 747465e net: fix some sparse errors by Eric Dumazet · 13 years ago
  5. e52ac33 net: Use device model to get driver name in skb_gso_segment() by Ben Hutchings · 13 years ago
  6. 795d9a2 bql: Fix inconsistency between file mode and attr method. by Hiroaki SHIMODA · 13 years ago
  7. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  8. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  9. 3969eb3 net: Fix build with INET disabled. by David S. Miller · 13 years ago
  10. 2429f7a net: introduce netif_addr_lock_nested() and call if when appropriate by Jiri Pirko · 13 years ago
  11. ab16ebf net: correct lock name in dev_[uc/mc]_sync documentations. by Jiri Pirko · 13 years ago
  12. 475f1b5 net: sk_update_clone is only used in net/core/sock.c by Stephen Rothwell · 13 years ago
  13. 26e29ee pktgen: set correct max and min in pktgen_setup_inject() by Dan Carpenter · 13 years ago
  14. f3f511e net: fix sock_clone reference mismatch with tcp memcontrol by Glauber Costa · 13 years ago
  15. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  16. 6cfb5e7 ethtool: Remove ethtool_ops::set_rx_ntuple operation by Ben Hutchings · 13 years ago
  17. 55664f3 ethtool: Allow drivers to select RX NFC rule locations by Ben Hutchings · 13 years ago
  18. 5d2e5f2 sock_diag: Introduce the meminfo nla core (v2) by Pavel Emelyanov · 13 years ago
  19. 2c2aba6 ipv6: Use universal hash for NDISC. by David S. Miller · 13 years ago
  20. 60b778c rfs: better sizing of dev_flow_table by Eric Dumazet · 13 years ago
  21. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  22. 0fd7bac net: relax rcvbuf limits by Eric Dumazet · 13 years ago
  23. a0a129f rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt() by Xi Wang · 13 years ago
  24. c0ed1c1 net: Add a flow_cache_flush_deferred function by Steffen Klassert · 13 years ago
  25. 447f219 Revert "net: Remove unused neighbour layer ops." by David S. Miller · 13 years ago
  26. a3bf7ae net:core: use IS_ENABLED by Igor Maravić · 13 years ago
  27. 36b77a5 net: fix sleeping while atomic problem in sock mem_cgroup. by Glauber Costa · 13 years ago
  28. 278bc42 ethtool: Define and apply a default policy for RX flow hash indirection by Ben Hutchings · 13 years ago
  29. 7850f63 ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters by Ben Hutchings · 13 years ago
  30. f65c1b5 sock_diag: Generalize requests cookies managements by Pavel Emelyanov · 13 years ago
  31. aec8dc6 sock_diag: Fix module netlink aliases by Pavel Emelyanov · 13 years ago
  32. c63044f rtnetlink: rtnl_link_register() sanity test by Eric Dumazet · 13 years ago
  33. 5c3ddec net: Remove unused neighbour layer ops. by David S. Miller · 13 years ago
  34. d1a4c0b tcp memory pressure controls by Glauber Costa · 13 years ago
  35. e1aab16 socket: initial cgroup code. by Glauber Costa · 13 years ago
  36. 180d8cd foundations of per-cgroup memory pressure controlling. by Glauber Costa · 13 years ago
  37. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  38. 0221cd5 Revert "net: netprio_cgroup: make net_prio_subsys static" by John Fastabend · 13 years ago
  39. 6f8e4ad sock_diag: off by one checks by Dan Carpenter · 13 years ago
  40. 865d9f9 net: netprio_cgroup: make net_prio_subsys static by John Fastabend · 13 years ago
  41. 959327c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  42. 68109090 net: Silence seq_scale() unused warning by Stephen Boyd · 13 years ago
  43. 8ef874b sock_diag: Move the sock_ code to net/core/ by Pavel Emelyanov · 13 years ago
  44. 99b53bd ipv4:correct description for tcp_max_syn_backlog by Peter Pan(潘卫平) · 13 years ago
  45. b474ae7 bql: fix CONFIG_XPS=n build by Eric Dumazet · 13 years ago
  46. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  47. 117632e tcp: take care of misalignments by Eric Dumazet · 13 years ago
  48. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  49. b536db9 net: net_device flags is an unsigned int by Eric Dumazet · 13 years ago
  50. 8f89148 net/core: fix rollback handler in register_netdevice_notifier by RongQing.Li · 13 years ago
  51. da6a8fa neigh: Add device constructor/destructor capability. by David Miller · 13 years ago
  52. 596b9b6 neigh: Add infrastructure for allocating device neigh privates. by David Miller · 13 years ago
  53. 5b8b006 neigh: Get rid of neigh_table->kmem_cachep by David Miller · 13 years ago
  54. 6977a79 net: Fix skb_update_prio RCU usage. by Igor Maravic · 13 years ago
  55. 4d77d2b flow_dissector: use a 64bit load/store by Eric Dumazet · 13 years ago
  56. 114cf58 bql: Byte queue limits by Tom Herbert · 13 years ago
  57. 927fbec xps: Add xps_queue_release function by Tom Herbert · 13 years ago
  58. 73466498 net: Add queue state xoff flag for stack by Tom Herbert · 13 years ago
  59. 08e29af net: optimize socket timestamping by Eric Dumazet · 13 years ago
  60. b90e579 net: dont call jump_label_dec from irq context by Eric Dumazet · 13 years ago
  61. 4504b86 net: use skb_flow_dissect() in __skb_get_rxhash() by Eric Dumazet · 13 years ago
  62. 0744dd0 net: introduce skb_flow_dissect() by Eric Dumazet · 13 years ago
  63. 5cac98d net: Fix corruption in /proc/*/net/dev_mcast by Anton Blanchard · 13 years ago
  64. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  65. df07a94 netns: fix proxy ARP entries listing on a netns by Jorge Boncompte [DTI2] · 13 years ago
  66. 2cfa5a0 net: treewide use of RCU_INIT_POINTER by Eric Dumazet · 13 years ago
  67. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  68. 20e994a net: correct comments of skb_shift by Feng King · 13 years ago
  69. 5bc1421 net: add network priority cgroup infrastructure (v4) by Neil Horman · 13 years ago
  70. ae64194 net: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  71. adc9300 net: use jump_label to shortcut RPS if not setup by Eric Dumazet · 13 years ago
  72. e11c259 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  73. ccf5ff6 net: new counter for tx_timeout errors in sysfs by david decotigny · 13 years ago
  74. 19b05f8 net-sysfs: fixed minor sparse warning by david decotigny · 13 years ago
  75. 09da71b net: ethtool: fix coding style by Michał Mirosław · 13 years ago
  76. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  77. 475414f ethtool: prepare for larger netdev_features_t type by Michał Mirosław · 13 years ago
  78. 9d92154 net: ethtool: use C99 array initialization for feature-names table by Michał Mirosław · 13 years ago
  79. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  80. 02b3a55 net: ethtool: break association of ETH_FLAG_* with NETIF_F_* by Michał Mirosław · 13 years ago
  81. bc5787c6 net: remove legacy ethtool ops by Michał Mirosław · 13 years ago
  82. 588f033 net: use jump_label for netstamp_needed by Eric Dumazet · 13 years ago
  83. b2b5ce9 net: introduce build_skb() by Eric Dumazet · 13 years ago
  84. 8b5c171 neigh: new unresolved queue limits by Eric Dumazet · 13 years ago
  85. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  86. e56c57d net: rename sk_clone to sk_clone_lock by Eric Dumazet · 13 years ago
  87. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  88. bc417e3 net: Add back alignment for size for __alloc_skb by Tony Lindgren · 13 years ago
  89. 045f7b3 neigh: Kill bogus SMP protected debugging message. by David S. Miller · 13 years ago
  90. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  91. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  92. 6a32e4f vlan: allow nested vlan_do_receive() by Eric Dumazet · 13 years ago
  93. b0691c8 net: Unlock sock before calling sk_free() by Thomas Gleixner · 13 years ago
  94. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  95. 2d03423 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  96. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  97. d2237d3 rtnetlink: Add missing manual netlink notification in dev_change_net_namespaces by Eric W. Biederman · 13 years ago
  98. da92b19 net: hold sock reference while processing tx timestamps by Richard Cochran · 13 years ago
  99. cf533ea tcp: add const qualifiers where possible by Eric Dumazet · 13 years ago
  100. f04565d dev: use name hash for dev_seq_ops by Mihai Maruseac · 13 years ago