summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-10-21net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-08-11net: Zero terminate ifr_name in dev_ifname().David S. Miller
2017-08-11net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-08-11net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-07-05Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-06-07netem: fix skb_orphan_partial()Eric Dumazet
2017-05-08net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2017-05-08netpoll: Check for skb->queue_mappingTushar Dave
2017-05-08net: neigh: guard against NULL solicit() methodEric Dumazet
2017-04-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann
2017-04-22net: properly release sk_frag.pageEric Dumazet
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