summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau-11/+6
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet-1/+1
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+9
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn-0/+1
2016-10-20net: add recursion limit to GROSabrina Dubroca-0/+1
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel-3/+7
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy-2/+2
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins-31/+37
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso-2/+17
2016-09-24netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole-1/+6
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+16
2016-09-10net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas-2/+1
2016-09-04bonding: Fix bonding crashMahesh Bandewar-0/+16
2016-08-30net: batch calls to flush_all_backlogs()Eric Dumazet-20/+12
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel-10/+0
2016-08-26net: flush the softnet backlog in process contextPaolo Abeni-22/+50
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+3
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca-7/+3
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina-0/+3
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds-1/+1
2016-07-19net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco-0/+33
2016-07-09net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer-2/+2
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko-0/+44
2016-07-04mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko-0/+46
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet-2/+5
2016-06-16net: the space is required after ','Wei Tang-6/+6
2016-06-16net: do not initialise statics to 0Wei Tang-1/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds-1/+1
2016-06-10bpf: enforce recursion limit on redirectsDaniel Borkmann-4/+2
2016-06-08net: Reduce queue allocation to one in kdump kernelHariprasad Shenai-1/+3
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet-1/+1
2016-06-07net: get rid of spin_trylock() in net_tx_action()Eric Dumazet-17/+9
2016-05-16net: also make sch_handle_egress() drop monitor readyDaniel Borkmann-3/+3
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern-1/+2
2016-05-08net: make sch_handle_ingress() drop monitor readyEric Dumazet-1/+3
2016-05-04net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck-0/+4
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-05-03net: Disable segmentation if checksumming is not supportedAlexander Duyck-1/+1
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov-1/+1
2016-04-28tuntap: calculate rps hash only when neededJason Wang-0/+1
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet-2/+2
2016-04-21net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck-0/+11
2016-04-14net: validate_xmit_skb() changesEric Dumazet-5/+2
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck-3/+33
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck-0/+1
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck-5/+29
2016-04-14net: remove netdevice gso_min_segsEric Dumazet-2/+1
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck-0/+1