1. a98a4eb ipvlan: Add the skb->mark as flow4's member to lookup route by Gao Feng · 7 years ago
  2. 747a713 ipvlan: Fix insufficient skb linear check for ipv6 icmp by Gao Feng · 7 years ago
  3. 5fc9220 ipvlan: Fix insufficient skb linear check for arp by Gao Feng · 7 years ago
  4. fe18da6 ipvlan: NULL pointer dereference panic in ipvlan_port_destroy by Girish Moodalbail · 7 years ago
  5. ca29fd7 ipvlan: fix ipv6 outbound device by Keefe Liu · 7 years ago
  6. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  7. fe89aa6 ipvlan: implement VEPA mode by Mahesh Bandewar · 7 years ago
  8. a190d04 ipvlan: introduce 'private' attribute for all existing modes. by Mahesh Bandewar · 7 years ago
  9. dea6e19 tap: reference to KVA of an unloaded module causes kernel panic by Girish Moodalbail · 7 years ago
  10. de95e04 net: Add extack to validator_info structs used for address notifier by David Ahern · 7 years ago
  11. ff7883e net: ipv6: Make inet6addr_validator a blocking notifier by David Ahern · 7 years ago
  12. 32c10bb ipvlan: always use the current L2 addr of the master by Mahesh Bandewar · 7 years ago
  13. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  14. b63f604 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  15. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. 87173cd ipvlan: Fix 64-bit statistics seqcount initialization by Florian Fainelli · 7 years ago
  17. 591bb27 netfilter: nf_hook_ops structs can be const by Florian Westphal · 7 years ago
  18. 182e0b6 ipvlan: Stop advertising NETIF_F_UFO support. by David S. Miller · 7 years ago
  19. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  20. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
  21. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  22. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  23. 3ad7d24 Ipvlan should return an error when an address is already in use. by Krister Johansen · 8 years ago
  24. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  25. 3133822 ipvlan: use pernet operations and restrict l3s hooks to master netns by Florian Westphal · 8 years ago
  26. 235a9d8 ipvtap: IP-VLAN based tap driver by Sainath Grandhi · 8 years ago
  27. c3262d9 ipvlan: use netdev_is_rx_handler_busy instead of checking specific type by Mahesh Bandewar · 8 years ago
  28. 019ec00 ipvlan: fix dev_id creation corner case. by Mahesh Bandewar · 8 years ago
  29. da36e13 ipvlan: improvise dev_id generation logic in IPvlan by Mahesh Bandewar · 8 years ago
  30. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  31. 009146d ipvlan: assign unique dev-id for each slave device. by Mahesh Bandewar · 8 years ago
  32. 3ea35d3 driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rx by Gao Feng · 8 years ago
  33. 8667398 driver: ipvlan: Define common functions to decrease duplicated codes used to add or del IP address by Gao Feng · 8 years ago
  34. e252536 ipvlan: fix multicast processing by Mahesh Bandewar · 8 years ago
  35. b1227d0 ipvlan: fix various issues in ipvlan_process_multicast() by Eric Dumazet · 8 years ago
  36. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  37. 1a31cc8 driver: ipvlan: Unlink the upper dev when ipvlan_link_new failed by Gao Feng · 8 years ago
  38. 48140a2 driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcu by Gao Feng · 8 years ago
  39. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  40. 8f679ed driver: ipvlan: Remove useless member mtu_adj of struct ipvl_dev by Gao Feng · 8 years ago
  41. 147fd28 driver: ipvlan: Fix one possible memleak in ipvlan_link_new by Gao Feng · 8 years ago
  42. ab530f6 ipvlan: constify l3mdev_ops structure by Julia Lawall · 8 years ago
  43. 4fbae7d ipvlan: Introduce l3s mode by Mahesh Bandewar · 8 years ago
  44. b93dd49 ipvlan: Scrub skb before crossing the namespace boundry by Mahesh Bandewar · 8 years ago
  45. 0d7dd79 net: ipvlan: call netdev_lockdep_set_classes() by Eric Dumazet · 9 years ago
  46. 494e848 ipvlan: Fix failure path in dev registration during link creation by Mahesh Bandewar · 9 years ago
  47. f6773c5 vlan: propagate gso_max_segs by Eric Dumazet · 9 years ago
  48. 314d10d net: ipvlan: use __ethtool_get_ksettings by David Decotigny · 9 years ago
  49. ab5b701 ipvlan: misc changes by Mahesh Bandewar · 9 years ago
  50. e93fbc5 ipvlan: mode is u16 by Mahesh Bandewar · 9 years ago
  51. c3aaa06 ipvlan: scrub skb before routing in L3 mode. by Mahesh Bandewar · 9 years ago
  52. 296d485 ipvlan: inherit MTU from master device by Mahesh Bandewar · 9 years ago
  53. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  54. a534dc5 ipvlan: fix use after free of skb by Sabrina Dubroca · 9 years ago
  55. cf554ad ipvlan: fix leak in ipvlan_rcv_frame by Sabrina Dubroca · 9 years ago
  56. 63b11e7 ipvlan: read direct ifindex instead of iflink by Brenden Blanco · 9 years ago
  57. 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
  58. 57c4bf8 ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outbound by Eric W. Biederman · 9 years ago
  59. 7928833 ipv6: Merge ip6_local_out and ip6_local_out_sk by Eric W. Biederman · 9 years ago
  60. e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
  61. bf485bc net: ipvlan: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  62. 23a5a49 ipvlan: ignore addresses from ipv6 autoconfiguration by Konstantin Khlebnikov · 9 years ago
  63. 0fba37a ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit() by WANG Cong · 9 years ago
  64. 6640e67 ipvlan: unhash addresses without synchronize_rcu by Konstantin Khlebnikov · 9 years ago
  65. 6a72549 ipvlan: plug memory leak in ipvlan_link_delete by Konstantin Khlebnikov · 9 years ago
  66. 515866f ipvlan: remove counters of ipv4 and ipv6 addresses by Konstantin Khlebnikov · 9 years ago
  67. f631c44 ipvlan: Always set broadcast bit in multicast filter by Mahesh Bandewar · 10 years ago
  68. ba35f85 ipvlan: Defer multicast / broadcast processing to a work-queue by Mahesh Bandewar · 10 years ago
  69. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. 7c41165 ipvlan: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  71. a54acb3 dev: introduce dev_get_iflink() by Nicolas Dichtel · 10 years ago
  72. e9997c2 ipvlan: fix check for IP addresses in control path by Jiri Benc · 10 years ago
  73. 40891e8 ipvlan: do not use rcu operations for address list by Jiri Benc · 10 years ago
  74. 2afa650 ipvlan: protect against concurrent link removal by Jiri Benc · 10 years ago
  75. 27705f7 ipvlan: fix addr hash list corruption by Jiri Benc · 10 years ago
  76. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 10 years ago
  77. 6aa6395 ipvlan: add a missing __percpu pcpu_stats by Eric Dumazet · 10 years ago
  78. 207895f net: mark some potential candidates __read_mostly by Daniel Borkmann · 10 years ago
  79. 2aab952 ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path. by Mahesh Bandewar · 10 years ago
  80. 5933fea ipvlan: move the device check function into netdevice.h by Mahesh Bandewar · 10 years ago
  81. 764e433 ipvlan: play well with macvlan device by Mahesh Bandewar · 10 years ago
  82. 04901ce net-ipvlan: Deletion of an unnecessary check before the function call "free_percpu" by Markus Elfring · 10 years ago
  83. 265de6d ipvlan: ipvlan depends on INET and IPV6 by Mahesh Bandewar · 10 years ago
  84. 92c7b0d ipvlan: fix sparse warnings by Mahesh Bandewar · 10 years ago
  85. 2ad7bf3 ipvlan: Initial check-in of the IPVLAN driver. by Mahesh Bandewar · 10 years ago