aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Merge 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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-09-01Merge 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-29net: 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-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-3/+2
2017-08-18net: constify net_ns_type_operationsstephen hemminger1-1/+1
2017-08-18net: constify netdev_class_filestephen hemminger1-4/+4
2017-08-13net: 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-19net: 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-03Merge 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
2017-05-19net: more accurate checksumming in validate_xmit_skb()Davide Caratti1-0/+3
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-3/+1
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti1-0/+1
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan1-1/+1
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab1-4/+5
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann1-2/+6
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski1-2/+8
2017-04-27net: update comment for netif_dormant() functionZhang Shengju1-2/+2
2017-04-25net: move xdp_prog field in RX cache linesEric Dumazet1-1/+1
2017-04-25net: Generic XDPDavid S. Miller1-0/+8
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+15
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead1-0/+1
2017-04-20net: add netif_is_ovs_port helperJiri Pirko1-0/+5