Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | netpoll: allow cleanup to be synchronous | Debabrata Banerjee | 1 | -2/+1 |
2018-07-24 | net: remove blank lines at end of file | Stephen Hemminger | 1 | -1/+0 |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-07-02 | net: fix use-after-free in GRO with ESP | Sabrina Dubroca | 1 | -1/+1 |
2018-06-26 | net: Convert GRO SKB handling to list_head. | David Miller | 1 | -6/+7 |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -16/+47 |
2018-05-17 | vlan: Add extack messages for link create | David Ahern | 3 | -15/+44 |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -15/+3 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -19/+2 |
2018-05-07 | vlan: correct the file path in vlan_dev_change_flags() comment | Sun Lianwen | 1 | -1/+3 |
2018-04-01 | vlan: also check phy_driver ts_info for vlan's real device | Hangbin Liu | 1 | -1/+5 |
2018-03-31 | vlan: vlan_hw_filter_capable() can be static | Wei Yongjun | 1 | -1/+1 |
2018-03-30 | net: Call add/kill vid ndo on vlan filter feature toggling | Gal Pressman | 3 | -25/+100 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 1 | -3/+3 |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2018-03-16 | vlan: Fix out of order vlan headers with reorder header off | Toshiaki Makita | 1 | -2/+2 |
2018-02-27 | net: Convert /proc creating and destroying pernet_operations | Kirill Tkhai | 1 | -0/+1 |
2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -2/+0 |
2018-01-10 | 8021q: fix a memory leak for VLAN 0 device | Cong Wang | 1 | -6/+1 |
2017-11-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2017-11-11 | vlan: fix a use-after-free in vlan_device_event() | Cong Wang | 1 | -3/+3 |
2017-11-04 | add support of IFF_XMIT_DST_RELEASE bit in vlan | Vadim Fedorenko | 2 | -0/+4 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -0/+4 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+6 |
2017-10-04 | net: Add extack to upper device linking | David Ahern | 3 | -5/+5 |
2017-10-04 | net: 8021q: skip packets if the vlan is down | Vishakha Narvekar | 1 | -0/+6 |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer | 1 | -1/+2 |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer | 1 | -3/+4 |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 1 | -1/+2 |
2017-06-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2017-06-19 | net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev | Gao Feng | 1 | -1/+2 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2017-06-08 | net: Remove support for bridge bypass ndos from stacked devices | Arkadi Sharshevsky | 1 | -6/+0 |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -2/+2 |
2017-05-08 | vlan: Keep NETIF_F_HW_CSUM similar to other software devices | Vlad Yasevich | 1 | -3/+10 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -1/+2 |
2017-03-21 | net/8021q: create device with all possible features in wanted_features | Andrey Vagin | 1 | -2/+1 |
2017-02-06 | net: remove ndo_neigh_{construct, destroy} from stacked devices | Ido Schimmel | 1 | -2/+0 |
2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -3/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2 | -2/+2 |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2016-10-20 | net: use core MTU range checking in core net infra | Jarod Wilson | 1 | -0/+3 |
2016-10-20 | net: add recursion limit to GRO | Sabrina Dubroca | 1 | -1/+1 |
2016-10-18 | net: vlan: Use sizeof instead of literal number | Gao Feng | 1 | -2/+2 |
2016-10-18 | vlan: Remove unnecessary comparison of unsigned against 0 | Tobias Klauser | 1 | -2/+1 |
2016-08-13 | net: remove type_check from dev_get_nest_level() | Sabrina Dubroca | 1 | -1/+1 |