summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-04-18net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2017-04-18net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2017-04-18packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2017-04-18net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet
2017-04-18net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2017-04-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-07-12net: fix infoleak in rtnetlinkKangjie Lu
2016-04-12net: Fix skb_set_peeked use-after-free bugHerbert Xu
2016-04-12net: Clone skb before setting peeked flagHerbert Xu
2016-02-15net: bpf: reject invalid shiftsRabin Vincent
2016-02-15net: possible use after free in dst_releaseFrancesco Ruggeri
2016-01-22net: check both type and procotol for tcp socketsWANG Cong
2016-01-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2016-01-15vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2016-01-15sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
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-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-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-07-20rtnl: restore notifications for deleted interfacesNicolas Dichtel
2015-07-05neigh: do not modify unlinked entriesJulian Anastasov
2015-07-05net: don't wait for order-3 page allocationShaohua Li
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-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