aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko1-0/+44
2016-07-04mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko1-0/+46
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-2/+5
2016-06-16net: the space is required after ','Wei Tang1-6/+6
2016-06-16net: do not initialise statics to 0Wei Tang1-1/+1
2016-06-10bpf: enforce recursion limit on redirectsDaniel Borkmann1-4/+2
2016-06-08net: Reduce queue allocation to one in kdump kernelHariprasad Shenai1-1/+3
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-1/+1
2016-06-07net: get rid of spin_trylock() in net_tx_action()Eric Dumazet1-17/+9
2016-05-16net: also make sch_handle_egress() drop monitor readyDaniel Borkmann1-3/+3
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern1-1/+2
2016-05-08net: make sch_handle_ingress() drop monitor readyEric Dumazet1-1/+3
2016-05-04net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck1-0/+4
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-05-03net: Disable segmentation if checksumming is not supportedAlexander Duyck1-1/+1
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov1-1/+1
2016-04-28tuntap: calculate rps hash only when neededJason Wang1-0/+1
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-2/+2
2016-04-21net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck1-0/+11
2016-04-14net: validate_xmit_skb() changesEric Dumazet1-5/+2
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-3/+33
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck1-0/+1
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-5/+29
2016-04-14net: remove netdevice gso_min_segsEric Dumazet1-2/+1
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck1-0/+1
2016-04-05net/core/dev: Warn on a too-short GRO frameAaron Conole1-0/+2
2016-03-21net: add description for len argument of dev_get_phys_port_nameLuis de Bethencourt1-0/+1
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2016-02-19net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov1-2/+2
2016-02-18IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter1-1/+3
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer1-1/+7
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer1-0/+1
2016-02-06net: add rx_nohandler stat counterJarod Wilson1-1/+5
2016-02-06net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64Jarod Wilson1-6/+13
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross1-2/+5
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+5
2016-01-10net, sched: add clsact qdiscDaniel Borkmann1-8/+74
2015-12-15net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+136
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-6/+6
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-5/+5
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-1/+2
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko1-1/+1
2015-12-03net: introduce change lower state notifierJiri Pirko1-0/+20
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko1-4/+7
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko1-12/+6
2015-12-03net: Check CHANGEUPPER notifier return valueIdo Schimmel1-2/+6
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet1-2/+4
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-0/+7