summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* vlan: use a valid default mtu value for vlan over macsecPaolo Abeni2016-08-161-0/+7
* udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-061-0/+3
* net: fix net_gso_ok for new GSO types.Marcelo Ricardo Leitner2016-04-281-1/+1
* GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2016-04-071-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-231-111/+114
|\
| * net: Fix typos and whitespace.Bjorn Helgaas2016-03-231-109/+106
| * net: Add missing kernel-doc for netdev ptype listsBenjamin Poirier2016-03-211-0/+2
| * net: add missing descriptions in net_device_priv_flagsLuis de Bethencourt2016-03-211-0/+4
| * tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-201-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-221-0/+3
|\ \ | |/ |/|
| * net/core: Add support for configuring VF GUIDsEli Cohen2016-03-211-0/+3
* | net: add MACsec netdevice priv_flags and helperSabrina Dubroca2016-03-131-0/+8
* | net/flower: Introduce hardware offload supportAmir Vadai2016-03-101-0/+2
* | net: validate variable length ll headersWillem de Bruijn2016-03-091-2/+20
* | netdev: introduce ndo_set_rx_headroomPaolo Abeni2016-03-011-0/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-1/+1
|\|
| * net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov2016-02-191-1/+1
* | net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend2016-02-171-1/+5
* | net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-1/+19
* | net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-1/+2
* | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E2016-02-161-0/+8
* | ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones2016-02-061-1/+1
* | net: add rx_nohandler stat counterJarod Wilson2016-02-061-0/+3
|/
* net: simplify napi_synchronize() to avoid warningsArnd Bergmann2016-01-241-6/+5
* net: Fix typo in netdev_intersect_featuresTom Herbert2016-01-111-2/+2
* net, sched: add clsact qdiscDaniel Borkmann2016-01-101-1/+3
* net: move ndo_features_check() close to ndo_start_xmit()Eric Dumazet2016-01-061-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-1/+1
|\
| * net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau2015-12-061-1/+1
* | geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali2015-12-161-1/+19
* | net: Add driver helper functions to determine checksum offloadabilityTom Herbert2015-12-151-0/+78
* | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-15/+25
* | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-3/+3
* | net: constify netif_is_* helpers net_device paramJiri Pirko2015-12-051-11/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-1/+2
|\|
| * packet: Allow packets with only a header (but no payload)Martin Blumenstingl2015-11-291-1/+2
* | net: introduce lower state changed info structure for LAG lowersJiri Pirko2015-12-031-0/+5
* | net: introduce change lower state notifierJiri Pirko2015-12-031-0/+8
* | net: add info struct for LAG changeupperJiri Pirko2015-12-031-0/+13
* | net: add possibility to pass information about upper device via notifierJiri Pirko2015-12-031-1/+2
* | net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko2015-12-031-4/+2
* | net: add netif_is_lag_port helperJiri Pirko2015-12-031-0/+5
* | net: add netif_is_lag_master helperJiri Pirko2015-12-031-0/+5
* | net: add netif_is_team_port helperJiri Pirko2015-12-031-0/+5
* | net: add netif_is_team_master helperJiri Pirko2015-12-031-0/+8
* | hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan2015-12-021-1/+3
* | net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-0/+7
* | net: napi_hash_del() returns a boolean statusEric Dumazet2015-11-181-2/+3
* | net: add netif_tx_napi_add()Eric Dumazet2015-11-181-1/+22
* | net: un-inline sk_busy_loop()Eric Dumazet2015-11-181-9/+0
|/