summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2018-02-01bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro
2018-01-23net: core: Fix kernel-doc for carrier_* attributesFlorian Fainelli
2018-01-22net: core: Expose number of link up/down transitionsDavid Decotigny
2018-01-18xfrm: Add ESN support for IPSec HW offloadYossef Efraim
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-14bpf: offload: add map offload infrastructureJakub Kicinski
2018-01-14net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel
2018-01-10net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not setJesper Dangaard Brouer
2018-01-08net: No line break on netdev_WARN* formattingGal Pressman
2018-01-08net: Fix netdev_WARN_ONCE macroGal Pressman
2018-01-05xdp: generic XDP handling of xdp_rxq_infoJesper Dangaard Brouer
2017-12-31bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski
2017-12-21xfrm: wrap xfrmdev_ops with offload configShannon Nelson
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert
2017-12-03net: xdp: report flags program was installed with on queryJakub Kicinski
2017-12-03net: xdp: avoid output parameters when querying XDP progJakub Kicinski
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-10net: fix incorrect comment with regard to VLAN packet handlingGirish Moodalbail
2017-11-09net: Introduce netdev_*_once functionsGal Pressman
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-11-08net_sch: red: Add offload ability to RED qdiscNogah Frankel
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub 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-27net/sched: Add support for HW offloading for CBSVinicius Costa Gomes
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern
2017-10-04net: Add extack to netdev_notifier_infoDavid Ahern
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal
2017-10-01net: dsa: change dsa_ptr for a dsa_portVivien Didelot
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-08-31net: fix two typos in net_device_ops documentation.Rami Rosen
2017-08-29net: remove dmaengine.h inclusion from netdevice.hDave Jiang
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang
2017-08-28netfilter: convert hook list to an arrayAaron Conole
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger
2017-08-18net: constify net_ns_type_operationsstephen hemminger