summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-09-20mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-1/+2
2017-08-13net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-07net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4
2017-08-07net: reduce skb_warn_bad_offload() noiseEric Dumazet1-3/+9
2017-07-21net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys1-1/+1
2017-07-21net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček1-6/+16
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet1-3/+3
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko1-1/+2
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-02-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-04net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-01-15gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-15gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2016-11-13bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau1-11/+6
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+9
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+1
2016-10-20net: add recursion limit to GROSabrina Dubroca1-0/+1
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel1-3/+7
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2016-10-11latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+2
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2016-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso1-2/+17
2016-09-24netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole1-1/+6
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2016-09-11net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+1
2016-09-04bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-08-31net: batch calls to flush_all_backlogs()Eric Dumazet1-20/+12
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-10/+0
2016-08-26net: flush the softnet backlog in process contextPaolo Abeni1-22/+50
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+3
2016-08-14net: remove type_check from dev_get_nest_level()Sabrina Dubroca1-7/+3
2016-08-11net: sched: convert qdisc linked list to hashtableJiri Kosina1-0/+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