summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-09-10net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-09-10rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-09-10net: Zero terminate ifr_name in dev_ifname().David S. Miller
2017-09-10net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-09-10net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-07-31net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-07-31Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen
2017-07-31net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-06-25ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka
2017-06-24net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-06-24netem: fix skb_orphan_partial()Eric Dumazet
2017-06-13rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-06-13netpoll: Check for skb->queue_mappingTushar Dave
2017-06-13net: neigh: guard against NULL solicit() methodEric Dumazet
2017-01-13tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-12-23net: add recursion limit to GROSabrina Dubroca
2016-07-10net: fix infoleak in rtnetlinkKangjie Lu
2016-07-10rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel
2016-03-04net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck
2016-03-04flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck
2016-03-04net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-04unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-01-31net: bpf: reject invalid shiftsRabin Vincent
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-31net: possible use after free in dst_releaseFrancesco Ruggeri
2016-01-22net: check both type and procotol for tcp socketsWANG Cong
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
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-09net: fix a race in dst_release()Eric Dumazet
2015-10-27ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches
2015-10-27bpf: fix panic in SO_GET_FILTER with native ebpf programsDaniel Borkmann
2015-10-27skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-10-03fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-10-03sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann
2015-09-29inet: fix races with reqsk timersEric Dumazet
2015-09-29net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-09-29net: Fix skb csum races when peekingHerbert Xu
2015-09-29net: Clone skb before setting peeked flagHerbert Xu
2015-09-29net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-09-29net: do not process device backlog during unregistrationJulian Anastasov
2015-09-29net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-09-29rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-09-29Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel
2015-09-29net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-09-29mm: make page pfmemalloc check more robustMichal Hocko
2015-07-10neigh: do not modify unlinked entriesJulian Anastasov
2015-06-11net: don't wait for order-3 page allocationShaohua Li