summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: batch calls to flush_all_backlogs()Eric Dumazet2016-08-301-20/+12
* bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-261-10/+0
* net: flush the softnet backlog in process contextPaolo Abeni2016-08-261-22/+50
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-7/+3
|\
| * net: remove type_check from dev_get_nest_level()Sabrina Dubroca2016-08-131-7/+3
* | net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-101-0/+3
|/
* Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\
| * vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* | net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco2016-07-191-0/+33
* | net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer2016-07-091-2/+2
* | net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+44
* | mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko2016-07-041-0/+46
* | net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-2/+5
* | net: the space is required after ','Wei Tang2016-06-161-6/+6
* | net: do not initialise statics to 0Wei Tang2016-06-161-1/+1
* | bpf: enforce recursion limit on redirectsDaniel Borkmann2016-06-101-4/+2
* | net: Reduce queue allocation to one in kdump kernelHariprasad Shenai2016-06-081-1/+3
* | net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-071-1/+1
* | net: get rid of spin_trylock() in net_tx_action()Eric Dumazet2016-06-071-17/+9
|/
* net: also make sch_handle_egress() drop monitor readyDaniel Borkmann2016-05-161-3/+3
* net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-111-1/+2
* net: make sch_handle_ingress() drop monitor readyEric Dumazet2016-05-081-1/+3
* net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck2016-05-041-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+1
|\
| * net: Disable segmentation if checksumming is not supportedAlexander Duyck2016-05-031-1/+1
* | net: constify is_skb_forwardable's argumentsNikolay Aleksandrov2016-04-291-1/+1
* | tuntap: calculate rps hash only when neededJason Wang2016-04-281-0/+1
* | net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-2/+2
* | net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck2016-04-211-0/+11
* | net: validate_xmit_skb() changesEric Dumazet2016-04-141-5/+2
* | GSO: Support partial segmentation offloadAlexander Duyck2016-04-141-3/+33
* | GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-141-0/+1
* | GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-141-5/+29
* | net: remove netdevice gso_min_segsEric Dumazet2016-04-141-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-0/+1
|\|
| * GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2016-04-071-0/+1
* | net/core/dev: Warn on a too-short GRO frameAaron Conole2016-04-051-0/+2
|/
* net: add description for len argument of dev_get_phys_port_nameLuis de Bethencourt2016-03-211-0/+1
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-3/+5
|\
| * net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov2016-02-191-2/+2
| * IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter2016-02-181-1/+3
* | net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer2016-02-111-1/+7
* | net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer2016-02-111-0/+1
* | net: add rx_nohandler stat counterJarod Wilson2016-02-061-1/+5
* | net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64Jarod Wilson2016-02-061-6/+13
|/
* gro: Make GRO aware of lightweight tunnels.Jesse Gross2016-01-201-2/+5
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-151-0/+5
* net, sched: add clsact qdiscDaniel Borkmann2016-01-101-8/+74
* net: Add driver helper functions to determine checksum offloadabilityTom Herbert2015-12-151-0/+136