summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King2018-03-301-0/+3
* net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman2018-03-301-0/+4
* net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai2018-03-261-1/+0
* net: Make NETDEV_XXX commands enum { }Kirill Tkhai2018-03-261-33/+36
* net: fix sysctl_fb_tunnels_only_for_init_net link errorArnd Bergmann2018-03-131-1/+3
* net: introduce IFF_NO_RX_HANDLERPaolo Abeni2018-03-091-0/+3
* net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-0/+7
* net: unpollute priv_flags spacePaolo Abeni2018-03-071-24/+8
* net: Make atalk_ptr depend on ATALK or IRDADavid Ahern2018-02-141-0/+2
* net: Make ax25_ptr depend on CONFIG_AX25David Ahern2018-02-141-0/+2
* net: Make dn_ptr depend on CONFIG_DECNETDavid Ahern2018-02-141-0/+2
* bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann2018-02-011-0/+6
* net: introduce helper dev_change_tx_queue_len()Cong Wang2018-01-291-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-261-0/+1
|\
| * xfrm: Add ESN support for IPSec HW offloadYossef Efraim2018-01-181-0/+1
* | dev_ioctl(): move copyin/copyout to callersAl Viro2018-01-241-1/+2
* | net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-241-1/+3
* | net: core: Fix kernel-doc for carrier_* attributesFlorian Fainelli2018-01-231-2/+2
* | net: core: Expose number of link up/down transitionsDavid Decotigny2018-01-221-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-161-0/+6
|\
| * bpf: offload: add map offload infrastructureJakub Kicinski2018-01-141-0/+6
* | net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel2018-01-141-0/+1
|/
* net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not setJesper Dangaard Brouer2018-01-101-3/+0
* net: No line break on netdev_WARN* formattingGal Pressman2018-01-081-2/+2
* net: Fix netdev_WARN_ONCE macroGal Pressman2018-01-081-2/+2
* xdp: generic XDP handling of xdp_rxq_infoJesper Dangaard Brouer2018-01-051-0/+2
* bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2017-12-311-2/+2
* xfrm: wrap xfrmdev_ops with offload configShannon Nelson2017-12-211-1/+1
* net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-2/+4
* net: xdp: report flags program was installed with on queryJakub Kicinski2017-12-031-0/+2
* net: xdp: avoid output parameters when querying XDP progJakub Kicinski2017-12-031-1/+2
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-241-0/+1
* net: fix incorrect comment with regard to VLAN packet handlingGirish Moodalbail2017-11-101-8/+0
* net: Introduce netdev_*_once functionsGal Pressman2017-11-091-0/+29
* net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel2017-11-081-1/+1
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* net_sch: red: Add offload ability to RED qdiscNogah Frankel2017-11-081-0/+1
* bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski2017-11-051-0/+14
* net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-11/+12
* net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2017-11-031-3/+6
* net/sched: Add support for HW offloading for CBSVinicius Costa Gomes2017-10-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-0/+3
|\
| * tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-10-161-0/+3
* | net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko2017-10-211-0/+1
* | bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer2017-10-181-0/+1
* | net: Add extack to upper device linkingDavid Ahern2017-10-041-2/+4
* | net: Add extack to ndo_add_slaveDavid Ahern2017-10-041-1/+2
* | net: Add extack to netdev_notifier_infoDavid Ahern2017-10-041-1/+9
* | net: core: decouple ifalias get/set from rtnl lockFlorian Westphal2017-10-031-1/+7
* | net: dsa: change dsa_ptr for a dsa_portVivien Didelot2017-10-011-2/+2
|/