aboutsummaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)Author
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee
2018-07-24net: remove blank lines at end of fileStephen Hemminger
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-17vlan: Add extack messages for link createDavid Ahern
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-07vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen
2018-04-01vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu
2018-03-31vlan: vlan_hw_filter_capable() can be staticWei Yongjun
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-16vlan: Fix out of order vlan headers with reorder header offToshiaki Makita
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-108021q: fix a memory leak for VLAN 0 deviceCong Wang
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-11vlan: fix a use-after-free in vlan_device_event()Cong Wang
2017-11-04add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-19net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-08vlan: Keep NETIF_F_HW_CSUM similar to other software devicesVlad Yasevich
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-21net/8021q: create device with all possible features in wanted_featuresAndrey Vagin
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-20net: use core MTU range checking in core net infraJarod Wilson
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-10-18net: vlan: Use sizeof instead of literal numberGao Feng
2016-10-18vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca