summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-11latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+2
2016-09-04bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-08-14net: remove type_check from dev_get_nest_level()Sabrina Dubroca1-7/+3
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-20net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco1-0/+33
2016-07-10net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer1-2/+2
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko1-0/+44
2016-07-05mlxsw: 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-17net: the space is required after ','Wei Tang1-6/+6
2016-06-17net: do not initialise statics to 0Wei Tang1-1/+1
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-06-11bpf: enforce recursion limit on redirectsDaniel Borkmann1-4/+2
2016-06-08net: Reduce queue allocation to one in kdump kernelHariprasad Shenai1-1/+3
2016-06-08net_sched: transform qdisc running bit into a seqcountEric Dumazet1-1/+1
2016-06-08net: 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-12net: l3mdev: Add hook in ip and ipv6David Ahern1-1/+2
2016-05-09net: 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-28net: 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-15net: 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-10Merge 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-06net/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-21gro: 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-11net, sched: add clsact qdiscDaniel Borkmann1-8/+74
2015-12-16net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+136
2015-12-16net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-6/+6
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-5/+5
2015-12-09net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-1/+2