summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-20netdevice: add the case if dev is NULLYajun Deng1-2/+4
2022-02-08net: fix information leakage in /proc/net/ptypeCongyu Liu1-0/+1
2021-03-17net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy1-0/+10
2021-02-23net: watchdog: hold device global xmit lock during tx disableEdwin Peer1-0/+2
2020-06-30net: core: reduce recursion limit valueTaehee Yoo1-1/+1
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet1-0/+1
2019-12-21inet: protect against too small mtu values.Eric Dumazet1-0/+5
2019-12-05net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko1-1/+1
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-0/+8
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-0/+7
2018-07-22net: fix use-after-free in GRO with ESPSabrina Dubroca1-0/+20
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-0/+1
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-0/+3
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-38/+29
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1-0/+2
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-0/+2
2017-08-31net: fix two typos in net_device_ops documentation.Rami Rosen1-2/+2
2017-08-30net: remove dmaengine.h inclusion from netdevice.hDave Jiang1-1/+0
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-1/+1
2017-08-28netfilter: convert hook list to an arrayAaron Conole1-1/+1
2017-08-19net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-3/+2
2017-08-19net: constify net_ns_type_operationsstephen hemminger1-1/+1
2017-08-19net: constify netdev_class_filestephen hemminger1-4/+4
2017-08-14net: export some generic xdp helpersJason Wang1-0/+2
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-17/+2
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-3/+0
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko1-1/+0
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko1-1/+1
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-4/+5
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca1-0/+1
2017-07-20net: make dev_close and related functions voidstephen hemminger1-2/+2
2017-07-17net: Kill NETIF_F_UFO and SKB_GSO_UDP.David S. Miller1-1/+0
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend1-1/+4
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend1-0/+6
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-0/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-18/+18
2017-07-04Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-4/+5
2017-06-25net: Remove ndo_dfwd_start_xmitMintz, Yuval1-9/+0
2017-06-23xdp: add reporting of offload modeJakub Kicinski1-3/+4
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski1-0/+1
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski1-0/+1
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau1-2/+5
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2017-06-14net: update undefined ->ndo_change_mtu() commentMagnus Damm1-2/+1
2017-06-08net: ipv6: Release route when device is unregisteringDavid Ahern1-0/+5
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-3/+4
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar1-0/+1