aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2015-11-11Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidKevin Hilman
2015-10-27ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches
2015-10-27skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-10-22fib_rules: Fix dump_rules() not to exit earlyRoland Dreier
2015-10-14Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidKevin Hilman
2015-10-01fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-10-01net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-10-01net: Fix skb csum races when peekingHerbert Xu
2015-10-01net: Clone skb before setting peeked flagHerbert Xu
2015-10-01net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-10-01net: do not process device backlog during unregistrationJulian Anastasov
2015-10-01net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-10-01rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-10-01net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-08-04Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidlinux-linaro-lsk-v3.14-android-testKevin Hilman
2015-07-10neigh: do not modify unlinked entriesJulian Anastasov
2015-07-10net: don't wait for order-3 page allocationShaohua Li
2015-06-25Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidlsk-v3.14-15.07-androidAlex Shi
2015-06-22net: core: Correct an over-stringent device loop detection.Vlad Yasevich
2015-05-06net: fix crash in build_skb()Eric Dumazet
2015-05-06net: do not deplete pfmemalloc reserveEric Dumazet
2015-04-29ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-30Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2015-03-26net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-19Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2015-03-18net: reject creation of netdev names with colonsMatthew Thode
2015-03-18gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-03-18rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-03-18rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-03-18pktgen: fix UDP checksum computationSabrina Dubroca
2015-03-13Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2015-02-26bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-02-26net: rps: fix cpu unplugEric Dumazet
2015-01-28Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2015-01-27net: fix creation adjacent device symlinksAlexander Y. Fomichev
2015-01-27net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev
2015-01-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh
2015-01-27net: Reset secmark when scrubbing packetThomas Graf
2015-01-27net: Fix stacked vlan offload features computationToshiaki Makita
2015-01-19Merge remote-tracking branch 'lsk/v3.14/topic/aosp' into linux-linaro-lsk-v3....Mark Brown
2015-01-06net: core: Support UID-based routing.Lorenzo Colitti
2014-12-16rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel
2014-10-15gro: fix aggregation for skb using frag_listEric Dumazet
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-10-15rtnetlink: fix VF info sizeJiri Benc
2014-08-14iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin
2014-08-14net: Correctly set segment mac_len in skb_segment().Vlad Yasevich
2014-08-14net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet
2014-07-28net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu