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