Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-03-23net: Fix typos and whitespace.Bjorn Helgaas
2016-03-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-03-22net: Add missing kernel-doc for netdev ptype listsBenjamin Poirier
2016-03-22net: 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-14net: add MACsec netdevice priv_flags and helperSabrina Dubroca
2016-03-11net/flower: Introduce hardware offload supportAmir Vadai
2016-03-10net: 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-25net: simplify napi_synchronize() to avoid warningsArnd Bergmann
2016-01-12net: Fix typo in netdev_intersect_featuresTom Herbert
2016-01-11net, sched: add clsact qdiscDaniel Borkmann
2016-01-07net: move ndo_features_check() close to ndo_start_xmit()Eric Dumazet
2015-12-18Merge 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-16net: Add driver helper functions to determine checksum offloadabilityTom Herbert
2015-12-16net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-07net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau
2015-12-06net: constify netif_is_* helpers net_device paramJiri Pirko
2015-12-04Merge 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-03hv_netvsc: Don't ask for additional head room in the skbKY Srinivasan
2015-11-30packet: Allow packets with only a header (but no payload)Martin Blumenstingl
2015-11-19net: provide generic busy polling to all NAPI driversEric Dumazet
2015-11-19net: napi_hash_del() returns a boolean statusEric Dumazet
2015-11-19net: add netif_tx_napi_add()Eric Dumazet
2015-11-19net: un-inline sk_busy_loop()Eric Dumazet
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-11-11net: add __netdev_alloc_pcpu_stats() to indicate gfp flagsPablo Neira Ayuso