summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2016-05-18net: fix infoleak in rtnetlinkKangjie Lu
2016-03-03unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-01-28net: possible use after free in dst_releaseFrancesco Ruggeri
2016-01-22skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2016-01-22vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2016-01-22sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-22net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2015-12-09net: fix a race in dst_release()Eric Dumazet
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-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-07-10neigh: do not modify unlinked entriesJulian Anastasov
2015-07-10net: don't wait for order-3 page allocationShaohua Li
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-26net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
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-02-26bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-02-26net: rps: fix cpu unplugEric Dumazet
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
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
2014-07-28net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet