summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2016-06-07net: get rid of spin_trylock() in net_tx_action()Eric Dumazet
2016-05-16net: also make sch_handle_egress() drop monitor readyDaniel Borkmann
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern
2016-05-08net: make sch_handle_ingress() drop monitor readyEric Dumazet
2016-05-04net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03net: Disable segmentation if checksumming is not supportedAlexander Duyck
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov
2016-04-28tuntap: calculate rps hash only when neededJason Wang
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-21net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck
2016-04-14net: validate_xmit_skb() changesEric Dumazet
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck
2016-04-14net: remove netdevice gso_min_segsEric Dumazet
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-04-05net/core/dev: Warn on a too-short GRO frameAaron Conole
2016-03-21net: add description for len argument of dev_get_phys_port_nameLuis de Bethencourt
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
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-18IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer
2016-02-06net: add rx_nohandler stat counterJarod Wilson
2016-02-06net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64Jarod Wilson
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-10net, sched: add clsact qdiscDaniel Borkmann
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-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko
2015-12-03net: introduce change lower state notifierJiri 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: Check CHANGEUPPER notifier return valueIdo Schimmel
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet
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: move napi_hash[] into read mostly sectionEric Dumazet
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-11-18net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet
2015-11-18net: allow BH servicing in sk_busy_loop()Eric Dumazet
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet