Age | Commit message (Expand) | Author |
2020-06-28 | net: get rid of lockdep_set_class_and_subclass() | Cong Wang |
2020-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-09 | net: change addr_list_lock back to static key | Cong Wang |
2020-05-07 | netpoll: accept NULL np argument in netpoll_send_skb() | Eric Dumazet |
2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang |
2020-02-17 | net: vlan: suppress "failed to kill vid" warnings | Julian Wiedmann |
2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-07 | vlan: vlan_changelink() should propagate errors | Eric Dumazet |
2020-01-07 | vlan: fix memory leak in vlan_dev_set_egress_priority | Eric Dumazet |
2019-12-25 | net: vlan: Use the PHY time stamping interface. | Richard Cochran |
2019-10-24 | net: remove unnecessary variables and callback | Taehee Yoo |
2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo |
2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-04 | net: vlan: Inherit MPLS features from parent device | Ariel Levkovich |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-20 | vlan: Mark expected switch fall-through | Gustavo A. R. Silva |
2019-05-09 | vlan: disable SIOCSHWTSTAMP in container | Hangbin Liu |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
2019-04-19 | vlan: do not transfer link state in vlan bridge binding mode | Mike Manning |
2019-04-19 | vlan: support binding link state to vlan member bridge ports | Mike Manning |
2019-04-04 | vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2x | Chris Leech |
2019-02-24 | net: Remove switchdev.h inclusion from team/bond/vlan | Florian Fainelli |
2018-12-06 | net: core: dev: Add extack argument to dev_change_flags() | Petr Machata |
2018-11-16 | net: 8021q: move vlan offload registrations into vlan_core | Jiri Pirko |
2018-11-08 | 8021q: use __vlan_hwaccel helpers | Michał Mirosław |
2018-11-08 | net: 8021q: vlan_core: allow use list of vlans for real device | Ivan Khoronzhuk |
2018-11-07 | net: vlan: add support for tunnel offload | Davide Caratti |
2018-10-19 | netpoll: allow cleanup to be synchronous | Debabrata Banerjee |
2018-07-24 | net: remove blank lines at end of file | Stephen Hemminger |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-07-02 | net: fix use-after-free in GRO with ESP | Sabrina Dubroca |
2018-06-26 | net: Convert GRO SKB handling to list_head. | David Miller |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-05-17 | vlan: Add extack messages for link create | David Ahern |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig |
2018-05-07 | vlan: correct the file path in vlan_dev_change_flags() comment | Sun Lianwen |
2018-04-01 | vlan: also check phy_driver ts_info for vlan's real device | Hangbin Liu |
2018-03-31 | vlan: vlan_hw_filter_capable() can be static | Wei Yongjun |
2018-03-30 | net: Call add/kill vid ndo on vlan filter feature toggling | Gal Pressman |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-03-16 | vlan: Fix out of order vlan headers with reorder header off | Toshiaki Makita |