summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang-0/+1
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang-0/+28
2018-01-29dev: advertise the new ifindex when the netns iface changesNicolas Dichtel-7/+12
2018-01-29dev: always advertise the new nsid when the netns iface changesNicolas Dichtel-4/+1
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+15
2018-01-23net: core: Fix kernel-doc for netdev_upper_link()Florian Fainelli-0/+2
2018-01-23net: core: Fix kernel-doc for call_netdevice_notifiers_info()Florian Fainelli-1/+0
2018-01-22net: qdisc_pkt_len_init() should be more robustEric Dumazet-4/+15
2018-01-12net: Cap number of queues even with accel_privAlexander Duyck-2/+1
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-5/+4
2018-01-10net: free RX queue structuresJakub Kicinski-4/+3
2018-01-10net: use the right variant of kfreeJakub Kicinski-1/+1
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+13
2018-01-05xdp: generic XDP handling of xdp_rxq_infoJesper Dangaard Brouer-10/+59
2018-01-02Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns"David S. Miller-1/+13
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-7/+12
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert-5/+11
2017-12-20xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert-3/+2
2017-12-19net: Disable GRO_HW when generic XDP is installed on a device.Michael Chan-0/+18
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan-0/+12
2017-12-15xdp: linearize skb in netif_receive_generic_xdp()Song Liu-1/+1
2017-12-13net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn-1/+1
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend-4/+22
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend-2/+3
2017-12-05Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg-1/+1
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski-7/+22
2017-12-03net: xdp: avoid output parameters when querying XDP progJakub Kicinski-10/+14
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-5/+9
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn-1/+2
2017-11-21net: xdp: don't allow device-bound programs in driver modeJakub Kicinski-0/+7
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski-5/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-127/+216
2017-11-14net: core: dev_get_valid_name is now the same as dev_alloc_name_nsRasmus Villemoes-13/+1
2017-11-14net: core: maybe return -EEXIST in __dev_alloc_nameRasmus Villemoes-1/+1
2017-11-14net: core: check dev_valid_name in __dev_alloc_nameRasmus Villemoes-0/+3
2017-11-14net: core: drop pointless check in __dev_alloc_nameRasmus Villemoes-2/+1
2017-11-14net: core: eliminate dev_alloc_name{,_ns} code duplicationRasmus Villemoes-10/+2
2017-11-14net: core: move dev_alloc_name_ns a little higherRasmus Villemoes-13/+13
2017-11-14net: core: improve sanity checking in __dev_alloc_nameRasmus Villemoes-1/+1
2017-11-14netdev: exit_net cleanup check addedVasily Averin-0/+2
2017-11-05xdp: allow attaching programs loaded for specific deviceJakub Kicinski-1/+5
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski-17/+17
2017-11-03net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko-10/+11
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer-0/+27
2017-10-17net: export netdev_txq_to_tc to allow sch_mqprio to compile as moduleHenrik Austad-0/+1
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang-3/+3