summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-07-22net: fix use-after-free in GRO with ESPSabrina Dubroca
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang
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
2017-08-18net: constify netdev_class_filestephen hemminger
2017-08-13net: export some generic xdp helpersJason Wang
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca
2017-07-19net: make dev_close and related functions voidstephen hemminger
2017-07-17net: Kill NETIF_F_UFO and SKB_GSO_UDP.David S. Miller
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-06-25net: Remove ndo_dfwd_start_xmitMintz, Yuval
2017-06-23xdp: add reporting of offload modeJakub Kicinski
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-14net: update undefined ->ndo_change_mtu() commentMagnus Damm
2017-06-08net: ipv6: Release route when device is unregisteringDavid Ahern
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar
2017-05-19net: more accurate checksumming in validate_xmit_skb()Davide Caratti
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski
2017-04-27net: update comment for netif_dormant() functionZhang Shengju
2017-04-25net: move xdp_prog field in RX cache linesEric Dumazet