aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck1-38/+0
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-2/+20
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring1-0/+5
2016-06-156lowpan: add private neighbour dataAlexander Aring1-2/+1
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal1-1/+0
2016-06-10bpf: enforce recursion limit on redirectsDaniel Borkmann1-0/+2
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-0/+17
2016-06-08net: sched: fix missing doc annotationsEric Dumazet1-1/+2
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+1
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+1
2016-05-20net: 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-11net: 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-02netdevice: 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-27net-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-13net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_putDenys Vlasenko1-2/+2
2016-04-09Merge 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-23Merge 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-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+3
2016-03-21net: Add missing kernel-doc for netdev ptype listsBenjamin Poirier1-0/+2
2016-03-21net: 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-13net: add MACsec netdevice priv_flags and helperSabrina Dubroca1-0/+8
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai1-0/+2
2016-03-09net: 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