aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-19net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco
2016-07-09net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko
2016-07-04mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-16net: the space is required after ','Wei Tang
2016-06-16net: do not initialise statics to 0Wei Tang
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-06-10bpf: enforce recursion limit on redirectsDaniel Borkmann
2016-06-08net: Reduce queue allocation to one in kdump kernelHariprasad Shenai
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