summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme
2016-04-28net: fix net_gso_ok for new GSO types.Marcelo Ricardo Leitner
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-03-23net: Fix typos and whitespace.Bjorn Helgaas
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-03-21net: Add missing kernel-doc for netdev ptype listsBenjamin Poirier
2016-03-21net: add missing descriptions in net_device_priv_flagsLuis de Bethencourt
2016-03-21net/core: Add support for configuring VF GUIDsEli Cohen
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-03-13net: add MACsec netdevice priv_flags and helperSabrina Dubroca
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai
2016-03-09net: validate variable length ll headersWillem de Bruijn
2016-03-01netdev: introduce ndo_set_rx_headroomPaolo Abeni
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-19net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend
2016-02-16ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E
2016-02-06ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones
2016-02-06net: add rx_nohandler stat counterJarod Wilson
2016-01-24net: simplify napi_synchronize() to avoid warningsArnd Bergmann
2016-01-11net: Fix typo in netdev_intersect_featuresTom Herbert
2016-01-10net, sched: add clsact qdiscDaniel Borkmann
2016-01-06net: move ndo_features_check() close to ndo_start_xmit()Eric Dumazet
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-16geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali
2015-12-15net: Add driver helper functions to determine checksum offloadabilityTom Herbert
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-06net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03net: introduce lower state changed info structure for LAG lowersJiri Pirko
2015-12-03net: introduce change lower state notifierJiri Pirko
2015-12-03net: add info struct for LAG changeupperJiri Pirko
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko
2015-12-03net: add netif_is_lag_port helperJiri Pirko
2015-12-03net: add netif_is_lag_master helperJiri Pirko
2015-12-03net: add netif_is_team_port helperJiri Pirko
2015-12-03net: add netif_is_team_master helperJiri Pirko
2015-12-02hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan
2015-11-29packet: Allow packets with only a header (but no payload)Martin Blumenstingl
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich