summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2016-05-18net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-03-03unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa1-0/+7
2016-01-28net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-22skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2016-01-22vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2016-01-22sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-2/+0
2016-01-22net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-12-09net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-10-27ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-10-27skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5
2015-10-22fib_rules: Fix dump_rules() not to exit earlyRoland Dreier1-1/+1
2015-10-01fib_rules: fix fib rule dumps across multiple skbsWilson Kok1-5/+9
2015-10-01net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-10-01net: Fix skb csum races when peekingHerbert Xu1-1/+2
2015-10-01net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2015-10-01net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+14
2015-10-01net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-10-01net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-10-01rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-63/+65
2015-10-01net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-07-10neigh: do not modify unlinked entriesJulian Anastasov1-0/+13
2015-07-10net: don't wait for order-3 page allocationShaohua Li2-2/+6
2015-06-22net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-05-06net: fix crash in build_skb()Eric Dumazet1-9/+22
2015-05-06net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-04-29ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2-1/+22
2015-03-26net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-4/+6
2015-03-18net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-03-18gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki1-1/+14
2015-03-18rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-2/+10
2015-03-18rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-8/+4
2015-03-18pktgen: fix UDP checksum computationSabrina Dubroca1-8/+8
2015-02-26bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-02-26net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-27net: fix creation adjacent device symlinksAlexander Y. Fomichev1-7/+11
2015-01-27net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev1-1/+60
2015-01-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2015-01-27net: Reset secmark when scrubbing packetThomas Graf1-0/+1
2015-01-27net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2014-12-16rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel1-0/+1
2014-10-15gro: fix aggregation for skb using frag_listEric Dumazet1-0/+3
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich3-2/+55
2014-10-15rtnetlink: fix VF info sizeJiri Benc1-1/+2
2014-08-14iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-08-14net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-08-14net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin1-3/+3
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet1-25/+0
2014-07-28net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu1-0/+2
2014-07-28net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli1-1/+8
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet1-5/+11