summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-04-22net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-04-18net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-04-18net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-04-18packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+1
2017-04-18net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2017-04-18net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2017-04-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry2-0/+12
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+1
2016-07-12net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-04-12net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2016-04-12net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2016-02-15net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-02-15net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-22net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2016-01-16skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2016-01-16vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2016-01-16sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-2/+0
2015-12-14net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-14net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-12-14Revert "net: Fix skb_set_peeked use-after-free bug"Sasha Levin1-38/+3
2015-12-03net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-11-13ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-11-13skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5
2015-10-28fib_rules: Fix dump_rules() not to exit earlyRoland Dreier1-1/+1
2015-10-28net: Fix skb_set_peeked use-after-free bugHerbert Xu1-3/+38
2015-10-27fib_rules: fix fib rule dumps across multiple skbsWilson Kok1-5/+9
2015-10-27rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-91/+96
2015-10-27if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov1-6/+26
2015-09-29net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+15
2015-09-29net: Fix skb csum races when peekingHerbert Xu1-6/+9
2015-09-27net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-09-27net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov1-1/+3
2015-09-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-07-21rtnl: restore notifications for deleted interfacesNicolas Dichtel1-3/+0
2015-07-05neigh: do not modify unlinked entriesJulian Anastasov1-0/+13
2015-07-05net: don't wait for order-3 page allocationShaohua Li2-2/+2
2015-06-15rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-0/+3
2015-06-15net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-05-11net: fix crash in build_skb()Eric Dumazet1-9/+22
2015-05-11net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2-9/+3
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2-4/+4
2015-04-27skbuff: Do not scrub skb mark within the same name spaceHerbert Xu1-3/+6
2015-04-27Revert "net: Reset secmark when scrubbing packet"Herbert Xu1-1/+0
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2-1/+22
2015-03-24net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-4/+6
2015-03-14net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet1-3/+1
2015-03-14net: pktgen: disable xmit_clone on virtual devicesEric Dumazet1-0/+3
2015-03-14net: reject creation of netdev names with colonsMatthew Thode1-1/+1