1. fdb184d bridge: add empty br_mdb_init() and br_mdb_uninit() definitions. by Rami Rosen · 11 years ago
  2. 3ec8e9f bridge: Correctly unregister MDB rtnetlink handlers by Vlad Yasevich · 12 years ago
  3. 9b1536c bridge: call br_netpoll_disable in br_add_if by Gao feng · 12 years ago
  4. 09d7cf7 bridge: Correctly encode addresses when dumping mdb entries by Vlad Yasevich · 12 years ago
  5. 6323315 bridge: Do not unregister all PF_BRIDGE rtnl operations by Vlad Yasevich · 12 years ago
  6. ccb1c31 bridge: add flags to distinguish permanent mdb entires by Amerigo Wang · 12 years ago
  7. 8fa45a7 bridge: remove temporary variable for MLDv2 maximum response code computation by Ang Way Chuang · 12 years ago
  8. eca2a43 bridge: fix icmpv6 endian bug and other sparse warnings by stephen hemminger · 12 years ago
  9. cfd5675 bridge: add support of adding and deleting mdb entries by Cong Wang · 12 years ago
  10. 37a393b bridge: notify mdb changes via netlink by Cong Wang · 12 years ago
  11. 2ce297f bridge: fix seq check in br_mdb_dump() by Cong Wang · 12 years ago
  12. 2062cc2 bridge: make buffer larger in br_setlink() by Dan Carpenter · 12 years ago
  13. ee07c6e bridge: export multicast database via netlink by Cong Wang · 12 years ago
  14. c2d3bab bridge: implement multicast fast leave by David S. Miller · 12 years ago
  15. 50426b5 bridge: implement multicast fast leave by Amerigo Wang · 12 years ago
  16. b51642f net: Enable a userns root rtnl calls that are safe for unprivilged users by Eric W. Biederman · 12 years ago
  17. cb99050 net: Allow userns root to control the network bridge code. by Eric W. Biederman · 12 years ago
  18. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  19. 1007dd1 bridge: add root port blocking by stephen hemminger · 12 years ago
  20. a2e01a6 bridge: implement BPDU blocking by stephen hemminger · 12 years ago
  21. cd75373 bridge: add template for bridge port flags by stephen hemminger · 12 years ago
  22. 25c71c7 bridge: bridge port parameters over netlink by stephen hemminger · 12 years ago
  23. 0cb2bbb bridge: Avoid 'statement with no effect' compiler warnings by Lee Jones · 12 years ago
  24. 2bc8005 eth: Rename and properly align br_reserved_address array by Ben Hutchings · 12 years ago
  25. 46acc46 eth: Make is_link_local() consistent with other address tests by Ben Hutchings · 12 years ago
  26. 4197f24 bridge: Use is_link_local() in store_group_addr() by Ben Hutchings · 12 years ago
  27. 810b6d7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  28. 2469ffd net: set and query VEB/VEPA bridge mode via PF_BRIDGE by John Fastabend · 12 years ago
  29. e5a55a8 net: create generic bridge ops by John Fastabend · 12 years ago
  30. b3343a2 net, ixgbe: handle link local multicast addresses in SR-IOV mode by John Fastabend · 12 years ago
  31. 6caab7b bridge: Pull ip header into skb->data before looking into ip header. by Sarveshwar Bandi · 12 years ago
  32. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 12 years ago
  33. 6b6e272 netdev: make address const in device address management by stephen hemminger · 12 years ago
  34. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  35. 16af511 netfilter: log: Fix log-level processing by Joe Perches · 12 years ago
  36. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  37. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  38. bf277b0 Merge git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  39. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  40. c03307e bridge: fix rcu dereference outside of rcu_read_lock by Stephen Hemminger · 12 years ago
  41. e15c3c22 netpoll: check netpoll tx status on the right device by Amerigo Wang · 12 years ago
  42. 4e3828c bridge: use list_for_each_entry() in netpoll functions by Amerigo Wang · 12 years ago
  43. d30362c bridge: add some comments for NETDEV_RELEASE by Amerigo Wang · 12 years ago
  44. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  45. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  46. 19e303d netfilter: PTR_RET can be used by Wu Fengguang · 12 years ago
  47. a399a80 time: jiffies_delta_to_clock_t() helper to the rescue by Eric Dumazet · 12 years ago
  48. 5a0d513 bridge: make port attributes const by stephen hemminger · 12 years ago
  49. e390648 net: fix race condition in several drivers when reading stats by Kevin Groeneveld · 12 years ago
  50. a6ff1a2 Merge branch 'nexthop_exceptions' by David S. Miller · 12 years ago
  51. 30fdd8a0 netpoll: move np->dev and np->dev_name init into __netpoll_setup() by Jiri Pirko · 12 years ago
  52. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  53. 036be6d bridge: Fix enforcement of multicast hash_max limit by Thomas Graf · 12 years ago
  54. b587ee3 net: Add dummy dst_ops->redirect method where needed. by David S. Miller · 12 years ago
  55. 4715213 bridge: fix endian by Li RongQing · 12 years ago
  56. f9d7516 br_netfilter: Convert to dst_neigh_lookup_skb(). by David S. Miller · 12 years ago
  57. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  58. f7eadaf netfilter: use kfree_skb() not kfree() by Dan Carpenter · 12 years ago
  59. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  60. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  61. 62566ca netfilter: ebt_ulog: Move away from NLMSG_PUT(). by David S. Miller · 12 years ago
  62. 149ddd8 bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) by stephen hemminger · 12 years ago
  63. aa740f4 netfilter: bridge: switch hook PFs to nfproto by Alban Crequy · 12 years ago
  64. 1de5a71 ipv6: correct the ipv6 option name - Pad0 to Pad1 by Eldad Zack · 12 years ago
  65. 9a7b6ef9 bridge: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  66. 171fe5ef bridge: netfilter: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  67. 4981682 netfilter: bridge: optionally set indev to vlan by Pablo Neira Ayuso · 12 years ago
  68. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  69. bb63f1f bridge: Fix fatal typo in setup of multicast_querier_expired by Herbert Xu · 12 years ago
  70. a881e96 set fake_rtable's dst to NULL to avoid kernel Oops by Peter Huang (Peng) · 12 years ago
  71. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  72. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  73. 7716202 net: add generic PF_BRIDGE:RTM_ FDB hooks by John Fastabend · 12 years ago
  74. c5c2326 bridge: Add multicast_querier toggle and disable queries by default by Herbert Xu · 12 years ago
  75. c83b8fa bridge: Restart queries when last querier expires by Herbert Xu · 12 years ago
  76. 7485721 bridge: Add br_multicast_start_querier by Herbert Xu · 12 years ago
  77. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  78. 011e3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  79. 996304b bridge: Do not send queries on multicast group leaves by Herbert Xu · 12 years ago
  80. 2eb812e bridge: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  81. b2d3298 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  82. 5200959 bridge: fix state reporting when port is disabled by Paulius Zaleckas · 12 years ago
  83. d9e179e bridge: br_log_state() s/entering/entered/ by Paulius Zaleckas · 12 years ago
  84. 739e450 bridge: netfilter: don't call iptables on vlan packets if sysctl is off by Florian Westphal · 12 years ago
  85. a157b9d netfilter: bridge: fix wrong pointer dereference by Pablo Neira Ayuso · 12 years ago
  86. 848edc6 netfilter: ebtables: fix wrong name length while copying to user-space by Santosh Nayak · 12 years ago
  87. f6a1ad4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  88. d1d81d4 bridge: check return value of ipv6_dev_get_saddr() by Ulrich Weber · 12 years ago
  89. 709e1b5 bridge: message age needs to increase, not decrease. by Joakim Tjernlund · 12 years ago
  90. aaca735 bridge: Adjust min age inc for HZ > 256 by Joakim Tjernlund · 12 years ago
  91. b4017c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  92. e899b11 netfilter: bridge: fix module autoload in compat case by Florian Westphal · 12 years ago
  93. 7ca1e11 br_device: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 12 years ago
  94. 7ce5d22 net: use eth_hw_addr_random() and reset addr_assign_type by Danny Kukawka · 12 years ago
  95. 27a4293 bridge: BH already disabled in br_fdb_cleanup() by Eric Dumazet · 12 years ago
  96. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  97. e688a60 net: introduce DST_NOPEER dst flag by Eric Dumazet · 13 years ago
  98. a13861a bridge: provide a mtu() method for fake_dst_ops by Eric Dumazet · 13 years ago
  99. e6373c4 net:bridge: use IS_ENABLED by Igor Maravić · 13 years ago
  100. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago