Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
40d9dd4f1c5dcd0d4a2a1f0efcd225c9c4b36d6f
/
include
/
linux
/
netdevice.h
7fdb61b
net: sch: prio: Add offload ability to PRIO qdisc
by Nogah Frankel
· 7 years ago
fd3ba21
net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set
by Jesper Dangaard Brouer
· 7 years ago
e1cfe3d
net: No line break on netdev_WARN* formatting
by Gal Pressman
· 7 years ago
72dd831
net: Fix netdev_WARN_ONCE macro
by Gal Pressman
· 7 years ago
e817f85
xdp: generic XDP handling of xdp_rxq_info
by Jesper Dangaard Brouer
· 7 years ago
cae1927
bpf: offload: allow netdev to disappear while verifier is running
by Jakub Kicinski
· 7 years ago
9cb0d21
xfrm: wrap xfrmdev_ops with offload config
by Shannon Nelson
· 7 years ago
f53c723
net: Add asynchronous callbacks for xfrm on layer 2.
by Steffen Klassert
· 7 years ago
92f0292
net: xdp: report flags program was installed with on query
by Jakub Kicinski
· 7 years ago
118b4aa
net: xdp: avoid output parameters when querying XDP prog
by Jakub Kicinski
· 7 years ago
0c19f846
net: accept UFO datagrams from tuntap and packet
by Willem de Bruijn
· 7 years ago
5498512
net: fix incorrect comment with regard to VLAN packet handling
by Girish Moodalbail
· 7 years ago
375ef2b
net: Introduce netdev_*_once functions
by Gal Pressman
· 7 years ago
8521db4
net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS
by Nogah Frankel
· 7 years ago
575ed7d
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
by Nogah Frankel
· 7 years ago
602f3ba
net_sch: red: Add offload ability to RED qdisc
by Nogah Frankel
· 7 years ago
ab3f006
bpf: offload: add infrastructure for loading programs for a specific netdev
by Jakub Kicinski
· 7 years ago
f4e6352
net: bpf: rename ndo_xdp to ndo_bpf
by Jakub Kicinski
· 7 years ago
4620940
net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath
by Jiri Pirko
· 7 years ago
3d0bd02
net/sched: Add support for HW offloading for CBS
by Vinicius Costa Gomes
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8c4083b
net: sched: add block bind/unbind notif. and extended block_get/put
by Jiri Pirko
· 7 years ago
1c601d8
bpf: cpumap xdp_buff to skb conversion and allocation
by Jesper Dangaard Brouer
· 7 years ago
0ad646c
tun: call dev_get_valid_name() before register_netdevice()
by Cong Wang
· 7 years ago
42ab19e
net: Add extack to upper device linking
by David Ahern
· 7 years ago
33eaf2a
net: Add extack to ndo_add_slave
by David Ahern
· 7 years ago
51d0c047
net: Add extack to netdev_notifier_info
by David Ahern
· 7 years ago
6c55700
net: core: decouple ifalias get/set from rtnl lock
by Florian Westphal
· 7 years ago
2f657a6
net: dsa: change dsa_ptr for a dsa_port
by Vivien Didelot
· 7 years ago
aae3dbb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
edc2988
Merge branch 'linus' into locking/core, to fix up conflicts
by Ingo Molnar
· 7 years ago
b63f604
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
25cc72a
mlxsw: spectrum: Forbid linking to devices that have uppers
by Ido Schimmel
· 7 years ago
f16ded5
net: fix two typos in net_device_ops documentation.
by Rami Rosen
· 7 years ago
0dd5759
net: remove dmaengine.h inclusion from netdevice.h
by Dave Jiang
· 7 years ago
966a967
smp: Avoid using two cache lines for struct call_single_data
by Ying Huang
· 8 years ago
960632e
netfilter: convert hook list to an array
by Aaron Conole
· 8 years ago
718ad68
net: drop unused attribute argument from sysfs queue funcs
by stephen hemminger
· 8 years ago
737aec5
net: constify net_ns_type_operations
by stephen hemminger
· 8 years ago
b793dc5
net: constify netdev_class_file
by stephen hemminger
· 8 years ago
7c49747
net: export some generic xdp helpers
by Jason Wang
· 8 years ago
de4784c
net: sched: get rid of struct tc_to_netdev
by Jiri Pirko
· 8 years ago
5fd9fc4
net: sched: push cls related args into cls_common structure
by Jiri Pirko
· 8 years ago
3e0e826
net: sched: make egress_dev flag part of flower offload struct
by Jiri Pirko
· 8 years ago
ade9b65
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
by Jiri Pirko
· 8 years ago
2572ac5
net: sched: make type an argument for ndo_setup_tc
by Jiri Pirko
· 8 years ago
296d8ee
net: add infrastructure to un-offload UDP tunnel port
by Sabrina Dubroca
· 8 years ago
7051b88
net: make dev_close and related functions void
by stephen hemminger
· 8 years ago
d9d30ad
net: Kill NETIF_F_UFO and SKB_GSO_UDP.
by David S. Miller
· 8 years ago
11393cc
xdp: Add batching support to redirect map
by John Fastabend
· 8 years ago
814abfa
xdp: add bpf_redirect helper function
by John Fastabend
· 8 years ago
f51048c
bonding: avoid NETDEV_CHANGEMTU event when unregistering slave
by WANG Cong
· 8 years ago
5518b69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
650fc87
Merge tag 'docs-4.13' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
f3ecab3
net: Remove ndo_dfwd_start_xmit
by Mintz, Yuval
· 8 years ago
ce158e5
xdp: add reporting of offload mode
by Jakub Kicinski
· 8 years ago
ee5d032
xdp: add HW offload mode flag for installing programs
by Jakub Kicinski
· 8 years ago
32d6027
xdp: pass XDP flags into install handlers
by Jakub Kicinski
· 8 years ago
5803869
net: Add IFLA_XDP_PROG_ID
by Martin KaFai Lau
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
db46a0e
net: update undefined ->ndo_change_mtu() comment
by Magnus Damm
· 8 years ago
8397ed3
net: ipv6: Release route when device is unregistering
by David Ahern
· 8 years ago
a5fcf8a
net: propagate tc filter chain index down the ndo_setup_tc call
by Jiri Pirko
· 8 years ago
cf124db
net: Fix inconsistent teardown and release of private netdev state.
by David S. Miller
· 8 years ago
90b602f
net: add function to retrieve original skb device using NAPI ID
by Miroslav Lichvar
· 8 years ago
43c26a1
net: more accurate checksumming in validate_xmit_skb()
by Davide Caratti
· 8 years ago
219f1d79
sk_buff: remove support for csum_bad in sk_buff
by Davide Caratti
· 8 years ago
b72b5bf
net: introduce skb_crc32c_csum_help
by Davide Caratti
· 8 years ago
0cd2950
net: make struct net_device::tx_queue_len unsigned int
by Alexey Dobriyan
· 8 years ago
d651983
net: fix some identation issues at kernel-doc markups
by Mauro Carvalho Chehab
· 8 years ago
d67b9cd
xdp: refine xdp api with regards to generic xdp
by Daniel Borkmann
· 8 years ago
ddf9f97
xdp: propagate extended ack to XDP setup
by Jakub Kicinski
· 8 years ago
8ecbc40
net: update comment for netif_dormant() function
by Zhang Shengju
· 8 years ago
7acedaf
net: move xdp_prog field in RX cache lines
by Eric Dumazet
· 8 years ago
b5cdae3
net: Generic XDP
by David S. Miller
· 8 years ago
6b633e8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 8 years ago
7acf8a1
Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning
by Matthew Whitehead
· 8 years ago
5be6614
net: add netif_is_ovs_port helper
by Jiri Pirko
· 8 years ago
d77e38e
xfrm: Add an IPsec hardware offloading API
by Steffen Klassert
· 8 years ago
c7ef8f0
net: Add ESP offload features
by Steffen Klassert
· 8 years ago
d92be7a
net: make struct net_device::min_header_len 8-bit
by Alexey Dobriyan
· 8 years ago
5b3dc2f
net: neigh: make ->hh_len 32-bit
by Alexey Dobriyan
· 8 years ago
c6e970a
net: break include loop netdevice.h, dsa.h, devlink.h
by Andrew Lunn
· 8 years ago
56f36ac
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
by Amritha Nambiar
· 8 years ago
39e6c82
net: solve a NAPI race
by Eric Dumazet
· 8 years ago
99d5cee
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 8 years ago
25393d3
net: Prepare gro for packet consuming gro callbacks
by Steffen Klassert
· 8 years ago
5f11416
net: Add a skb_gro_flush_final helper.
by Steffen Klassert
· 8 years ago
fb585b4
net: make net_device members garp_port and mrp_port conditional
by Tobias Klauser
· 8 years ago
35eeacf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
217e6fa
net: introduce device min_header_len
by Willem de Bruijn
· 8 years ago
a8eca32
net: remove ndo_neigh_{construct, destroy} from stacked devices
by Ido Schimmel
· 8 years ago
02c1602
net: remove __napi_complete()
by Eric Dumazet
· 8 years ago
79e7fff4
net: remove support for per driver ndo_busy_poll()
by Eric Dumazet
· 8 years ago
e216015
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
1a2a144
net: fix ndo_features_check/ndo_fix_features comment ordering
by Dimitris Michailidis
· 8 years ago
f617f27
net: implement netif_cond_dbg macro
by Edward Cree
· 8 years ago
6a4bc2b
net: Fix ndo_setup_tc comment
by Florian Fainelli
· 8 years ago
4a7c972
net: Remove usage of net_device last_rx member
by Tobias Klauser
· 8 years ago
Next »