aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-01-14Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidlsk-v3.18-16.01-androidAlex Shi
2016-01-14Merge remote-tracking branch 'lts/linux-3.18.y' into linux-linaro-lsk-v3.18lsk-v3.18-16.01Alex Shi
2015-12-14net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2015-12-14net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2015-12-14Revert "net: Fix skb_set_peeked use-after-free bug"Sasha Levin
2015-12-03net: fix a race in dst_release()Eric Dumazet
2015-11-13ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches
2015-11-13skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-11-11Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-11-04Merge tag 'v3.18.24' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
2015-10-28fib_rules: Fix dump_rules() not to exit earlyRoland Dreier
2015-10-27net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-10-27fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-10-27rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-10-27if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov
2015-10-20Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-10-13Merge tag 'v3.18.22' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Kevin Hilman
2015-09-28net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-09-28net: Fix skb csum races when peekingHerbert Xu
2015-09-27net: do not process device backlog during unregistrationJulian Anastasov
2015-09-27net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-09-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-08-24Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-08-24Merge branch 'v3.18/topic/fixes' into linux-linaro-lsk-v3.18Kevin Hilman
2015-08-24net: sysctl_net_core: Fix warning: 'one' defined but not usedJon Medhurst
2015-08-06Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-07-20rtnl: restore notifications for deleted interfacesNicolas Dichtel
2015-07-06Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-07-05neigh: do not modify unlinked entriesJulian Anastasov
2015-07-05net: don't wait for order-3 page allocationShaohua Li
2015-06-16Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidlsk-v3.18-15.07-androidKevin Hilman
2015-06-15rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel
2015-06-15net: core: Correct an over-stringent device loop detection.Vlad Yasevich
2015-05-12Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman
2015-05-11net: fix crash in build_skb()Eric Dumazet
2015-05-11net: do not deplete pfmemalloc reserveEric Dumazet
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2015-04-27skbuff: Do not scrub skb mark within the same name spaceHerbert Xu
2015-04-27Revert "net: Reset secmark when scrubbing packet"Herbert Xu
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-24net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-14net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet
2015-03-14net: pktgen: disable xmit_clone on virtual devicesEric Dumazet
2015-03-14net: reject creation of netdev names with colonsMatthew Thode
2015-03-14sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet
2015-03-14gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-03-14rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-03-14rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-03-14pktgen: fix UDP checksum computationSabrina Dubroca