aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-24net: simplify napi_synchronize() to avoid warningsArnd Bergmann1-6/+5
2016-01-11net: Fix typo in netdev_intersect_featuresTom Herbert1-2/+2
2016-01-10net, sched: add clsact qdiscDaniel Borkmann1-1/+3
2016-01-06net: move ndo_features_check() close to ndo_start_xmit()Eric Dumazet1-11/+11
2015-12-17Merge 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-15net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+78
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-15/+25
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-3/+3
2015-12-06net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau1-1/+1
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko1-11/+11
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-12-03net: introduce lower state changed info structure for LAG lowersJiri Pirko1-0/+5
2015-12-03net: introduce change lower state notifierJiri Pirko1-0/+8
2015-12-03net: add info struct for LAG changeupperJiri Pirko1-0/+13
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko1-1/+2
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko1-4/+2
2015-12-03net: add netif_is_lag_port helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_lag_master helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_team_port helperJiri Pirko1-0/+5
2015-12-03net: add netif_is_team_master helperJiri Pirko1-0/+8
2015-12-02hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan1-1/+3
2015-11-29packet: Allow packets with only a header (but no payload)Martin Blumenstingl1-1/+2
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-0/+7
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet1-2/+3
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-1/+22
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet1-9/+0
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich1-0/+5
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-12/+15
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2015-11-10net: add __netdev_alloc_pcpu_stats() to indicate gfp flagsPablo Neira Ayuso1-12/+15