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