1. 0115e8e net: remove delay at device dismantle by Eric Dumazet · 12 years ago
  2. 9c7dafb net: Allow to create links with given ifindex by Pavel Emelyanov · 12 years ago
  3. a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
  4. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  5. 8253947 ipv6: fix incorrect route 'expires' value passed to userspace by Li Wei · 12 years ago
  6. b1beb68 net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling by Jiri Benc · 12 years ago
  7. 1d69c2b rtnl: Add #ifdef CONFIG_RPS around num_rx_queues reference by Mark A. Greer · 12 years ago
  8. 76ff5cc rtnl: allow to specify number of rx and tx queues on device creation by Jiri Pirko · 12 years ago
  9. d40156a rtnl: allow to specify different num for rx and tx queue count by Jiri Pirko · 12 years ago
  10. 7bf2357 net: feed /dev/random with the MAC address when registering a device by Theodore Ts'o · 12 years ago
  11. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  12. 87a5069 rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). by David S. Miller · 12 years ago
  13. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  14. 4c3af03 netlink: Get rid of obsolete rtnetlink macros by Thomas Graf · 12 years ago
  15. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  16. 3ff661c net: rtnetlink notify events for FDB NTF_SELF adds and deletes by John Fastabend · 12 years ago
  17. d83b060 net: add fdb generic dump routine by John Fastabend · 12 years ago
  18. 7716202 net: add generic PF_BRIDGE:RTM_ FDB hooks by John Fastabend · 12 years ago
  19. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  20. efacb30 rtnetlink & bonding: change args got get_tx_queues by stephen hemminger · 12 years ago
  21. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  22. edbc0bb net: Report dev->promiscuity in netlink reports. by Ben Greear · 12 years ago
  23. a657434 rtnetlink: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  24. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  25. f6a1ad4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  26. a4b64fb rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo() by Eric Dumazet · 12 years ago
  27. 48752f6 rtnetlink: Fix VF IFLA policy by Greg Rose · 13 years ago
  28. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  29. 80d326f netlink: add netlink_dump_control structure for netlink_dump_start() by Pablo Neira Ayuso · 12 years ago
  30. 115c9b8 rtnetlink: Fix problem with buffer allocation by Greg Rose · 12 years ago
  31. f18da14 net: RTNETLINK adjusting values of min_ifinfo_dump_size by Stefan Gula · 13 years ago
  32. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  33. fd77846 security: remove the security_netlink_recv hook as it is equivalent to capable() by Eric Paris · 13 years ago
  34. c63044f rtnetlink: rtnl_link_register() sanity test by Eric Dumazet · 13 years ago
  35. 5f8444a if_link: Add additional parameter to IFLA_VF_INFO for spoof checking by Greg Rose · 13 years ago
  36. e7c379d rtnetlink: remove initialization of dev->real_num_tx_queues by Jiri Pirko · 13 years ago
  37. 4e985ad rtnl: provide link dump consistency info by Thomas Graf · 13 years ago
  38. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  39. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  40. 2907c35 net: hold rtnl again in dump callbacks by Eric Dumazet · 13 years ago
  41. ac3d3f8 rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN event by Amerigo Wang · 13 years ago
  42. f063052 net: Allow setting the network namespace by fd by Eric W. Biederman · 13 years ago
  43. 226bd34 net: use batched device unregister in veth and macvlan by Eric Dumazet · 13 years ago
  44. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  45. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 13 years ago
  46. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  47. fbaec0e rtnetlink: implement setting of master device by Jiri Pirko · 14 years ago
  48. 5403c8a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  49. 13ad177 net: Fix ip link add netns oops by Eric W. Biederman · 14 years ago
  50. 1397e17 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  51. 6d3a9a6 net: fix validate_link_af in rtnetlink core by Kurt Van Dijck · 14 years ago
  52. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  53. ffa934f rtnetlink: fix link attribute validation with IFLA_GROUP by Patrick McHardy · 14 years ago
  54. e7ed828 netlink: support setting devgroup parameters by Vlad Dogaru · 14 years ago
  55. cbda10f net_device: add support for network device groups by Vlad Dogaru · 14 years ago
  56. b8f3ab4 Revert "netlink: test for all flags of the NLM_F_DUMP composite" by David S. Miller · 14 years ago
  57. 0ab03c2 netlink: test for all flags of the NLM_F_DUMP composite by Jan Engelhardt · 14 years ago
  58. cf7afbf rtnl: make link af-specific updates atomic by Thomas Graf · 14 years ago
  59. f8ff182 rtnetlink: Link address family API by Thomas Graf · 14 years ago
  60. 369cf77 rtnetlink: Fix message size calculation for link messages by Thomas Graf · 14 years ago
  61. 8d8a0b1 rtnetlink: remove rtnl_kill_links by stephen hemminger · 14 years ago
  62. afdcba3 net: copy_rtnl_link_stats64() simplification by Eric Dumazet · 14 years ago
  63. 9e34a5b net/core: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  64. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  65. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  66. 045de01 netlink: bug fix: wrong size was calculated for vfinfo list blob by Scott Feldman · 14 years ago
  67. 8ca9418 netlink: bug fix: don't overrun skbs on vf_port dump by Scott Feldman · 14 years ago
  68. 253683b rtnetlink: Fix error handling in do_setlink() by David Howells · 14 years ago
  69. 57b6108 net: Add netlink support for virtual port management (was iovnl) by Scott Feldman · 14 years ago
  70. 6811d58 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  71. c02db8c rtnetlink: make SR-IOV VF interface symmetric by Chris Wright · 14 years ago
  72. bb61187 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6 by David S. Miller · 14 years ago
  73. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  74. 25239ce net: rtnetlink: decouple rtnetlink address families from real address families by Patrick McHardy · 14 years ago
  75. 80032cf rtnetlink: potential ERR_PTR dereference by Dan Carpenter · 14 years ago
  76. 0f87b1d net: fib_rules: decouple address families from real address families by Patrick McHardy · 14 years ago
  77. adcfe19 net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64 by Jan Engelhardt · 14 years ago
  78. 14a4b42 net: fix unaligned access in IFLA_STATS64 by Jan Engelhardt · 14 years ago
  79. 755d0e7 net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event() by Patrick McHardy · 14 years ago
  80. 10708f3 net: core: add IFLA_STATS64 support by Jan Engelhardt · 14 years ago
  81. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  82. 3729d50 rtnetlink: support specifying device flags on device creation by Patrick McHardy · 14 years ago
  83. bd38081 dev: support deferring device flag change notifications by Patrick McHardy · 14 years ago
  84. a283576 rtnetlink: handle rtnl_link netlink notifications manually by Patrick McHardy · 14 years ago
  85. 10de05a rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event() by Patrick McHardy · 14 years ago
  86. 4edb246 rtnetlink: clean up SR-IOV config interface by Williams, Mitch A · 14 years ago
  87. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago
  88. ebc08a6 rtnetlink: Add VF config code to rtnetlink by Williams, Mitch A · 15 years ago
  89. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  90. d90a909 net: Fix userspace RTM_NEWLINK notifications. by Eric W. Biederman · 15 years ago
  91. 81adee4 net: Support specifying the network namespace upon device creation. by Eric W. Biederman · 15 years ago
  92. e0d087a rtnetlink: Cleanups by Eric Dumazet · 15 years ago
  93. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  94. 7c28bd0 rtnetlink: speedup rtnl_dump_ifinfo() by Eric Dumazet · 15 years ago
  95. a3d1289 rtnetlink: rtnl_setlink() and rtnl_getlink() changes by Eric Dumazet · 15 years ago
  96. af356af net_sched: reintroduce dev->qdisc for use by sch_api by Patrick McHardy · 15 years ago
  97. 2e59af3 vlan: multiqueue vlan device by Eric Dumazet · 15 years ago
  98. 30ffee8 net: move and export get_net_ns_by_pid by Johannes Berg · 15 years ago
  99. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  100. eeda3fd netdev: introduce dev_get_stats() by Stephen Hemminger · 16 years ago