summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-03-05net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet
2020-03-05net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-03-05Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy
2020-01-21net-sysfs: Fix reference count leakJouni Hogander
2020-01-17net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-07inet: protect against too small mtu values.Eric Dumazet
2019-12-03net: fix a leak in register_netdevice()Dan Carpenter
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-23net: gro: use vlan API instead of accessing directlyTonghao Zhang
2019-11-16net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01net: fix installing orphaned programsJakub Kicinski
2019-10-30net/core: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-24net: core: limit nested device depthTaehee Yoo
2019-10-15net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet
2019-10-07net: core: use helper skb_ensure_writable in more placesHeiner Kallweit
2019-10-03net: propagate errors correctly in register_netdevice()Eric Dumazet
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko
2019-10-01net: introduce name_node struct to be used in hashlistJiri Pirko
2019-10-01net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-12net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-08-17net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-05net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn
2019-06-28net: sched: refactor reinsert actionJohn Hurley
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-04net: fix indirect calls helpers for ptype list hooks.Paolo Abeni
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds