aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2017-11-29Merge tag 'v4.9.63' into v4.9-rtSteven Rostedt (VMware)
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-11-17Merge tag 'v4.9.54' into v4.9-rtSteven Rostedt (VMware)
2017-11-17Merge tag 'v4.9.51' into v4.9-rtSteven Rostedt (VMware)
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-09-20mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-09-05Merge tag 'v4.9.43' into v4.9-rtSteven Rostedt (VMware)
2017-09-05Merge tag 'v4.9.41' into v4.9-rtSteven Rostedt (VMware)
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-06net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-08-06net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-08-02Merge tag 'v4.9.39' into v4.9-rtSteven Rostedt (VMware)
2017-08-01Merge tag 'v4.9.36' into v4.9-rtSteven Rostedt (VMware)
2017-07-21net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys
2017-07-21net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-03-27Merge tag 'v4.9.18' into linux-4.9.y-rtSebastian Andrzej Siewior
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-02-19Merge tag 'v4.9.11' into linux-4.9.y-rtSebastian Andrzej Siewior
2017-02-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-02-10Merge tag 'v4.9.9' into linux-4.9.y-rtSebastian Andrzej Siewior
2017-02-04net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-01-20Merge tag 'v4.9.4' into linux-4.9.y-rtSebastian Andrzej Siewior
2017-01-15gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-01-15gro: Enter slow-path if there is no tailroomHerbert Xu
2016-12-23net: Add a mutex around devnet_rename_seqSebastian Andrzej Siewior
2016-12-23net: Remove preemption disabling in netif_rx()Priyanka Jain
2016-12-23net: Have __napi_schedule_irqoff() disable interrupts on RTSteven Rostedt
2016-12-23net: dev: always take qdisc's busylock in __dev_xmit_skb()Sebastian Andrzej Siewior
2016-12-23net: provide a way to delegate processing a softirq to ksoftirqdSebastian Andrzej Siewior
2016-12-23net: move xmit_recursion to per-task variable on -RTSebastian Andrzej Siewior
2016-12-23net/core/cpuhotplug: Drain input_pkt_queue locklessGrygorii Strashko
2016-12-23net: Use skbufhead with raw lockThomas Gleixner
2016-12-23softirq: Split softirq locksThomas Gleixner
2016-12-23softirq: Check preemption after reenabling interruptsThomas Gleixner
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-24netfilter: call nf_hook_ingress with rcu_read_lockAaron Conole
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-10net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-04bonding: Fix bonding crashMahesh Bandewar