summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+2
2016-05-16bpf: move bpf_jit_enable declarationDaniel Borkmann1-1/+0
2016-05-12net: l3mdev: Add hook in ip and ipv6David Ahern1-0/+2
2016-05-04net: remove dev->trans_startFlorian Westphal1-10/+5
2016-05-04netdevice: add helper to update trans_startFlorian Westphal1-0/+6
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-05-03netdevice: shrink size of struct netdev_queueFlorian Westphal1-7/+6
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov1-1/+2
2016-04-28net: fix net_gso_ok for new GSO types.Marcelo Ricardo Leitner1-1/+1
2016-04-28net-rfs: fix false sharing accessing sd->input_queue_headEric Dumazet1-2/+6
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal1-3/+0
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa1-0/+1
2016-04-21vxlan: break dependency with netdev driversHannes Frederic Sowa1-0/+1
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-0/+2
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck1-1/+4
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-0/+1
2016-04-14net: remove netdevice gso_min_segsEric Dumazet1-3/+1
2016-04-14net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko1-2/+2
2016-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck1-1/+4
2016-04-07udp: Remove udp_offloadsTom Herbert1-17/+0
2016-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-111/+114
2016-03-23net: Fix typos and whitespace.Bjorn Helgaas1-109/+106
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+3
2016-03-22net: Add missing kernel-doc for netdev ptype listsBenjamin Poirier1-0/+2
2016-03-22net: add missing descriptions in net_device_priv_flagsLuis de Bethencourt1-0/+4
2016-03-21net/core: Add support for configuring VF GUIDsEli Cohen1-0/+3
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-2/+2
2016-03-14net: add MACsec netdevice priv_flags and helperSabrina Dubroca1-0/+8
2016-03-11net/flower: Introduce hardware offload supportAmir Vadai1-0/+2
2016-03-10net: validate variable length ll headersWillem de Bruijn1-2/+20
2016-03-01netdev: introduce ndo_set_rx_headroomPaolo Abeni1-0/+31
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-02-19net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov1-1/+1
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend1-1/+5
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-1/+19
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-1/+2
2016-02-16ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E1-0/+8
2016-02-06ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones1-1/+1
2016-02-06net: add rx_nohandler stat counterJarod Wilson1-0/+3
2016-01-25net: simplify napi_synchronize() to avoid warningsArnd Bergmann1-6/+5
2016-01-12net: Fix typo in netdev_intersect_featuresTom Herbert1-2/+2
2016-01-11net, sched: add clsact qdiscDaniel Borkmann1-1/+3
2016-01-07net: move ndo_features_check() close to ndo_start_xmit()Eric Dumazet1-11/+11
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-12-16geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali1-1/+19
2015-12-16net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+78
2015-12-16net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-15/+25
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-3/+3
2015-12-07net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau1-1/+1