summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-03-01net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet
2017-03-01net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-02-15net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-02-06net: possible use after free in dst_releaseFrancesco Ruggeri
2017-01-26gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-01-26gro: Enter slow-path if there is no tailroomHerbert Xu
2017-01-26drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-01-26drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2016-12-13net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-11-28tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-28net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2016-11-28net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2016-11-28net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2016-11-24net: fix sk_mem_reclaim_partial()Eric Dumazet
2016-09-29net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov
2016-09-29bonding: Fix bonding crashMahesh Bandewar
2016-05-19net: fix infoleak in rtnetlinkKangjie Lu
2016-03-07unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-03-02net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-01-05skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2016-01-05vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2016-01-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-05net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2016-01-05net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2015-11-14net: fix a race in dst_release()Eric Dumazet
2015-10-28ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches
2015-10-28skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-10-26net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca
2015-10-05fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-08-27net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-08-27net: Fix skb csum races when peekingHerbert Xu
2015-08-27net: Clone skb before setting peeked flagHerbert Xu
2015-08-27net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-08-27net: do not process device backlog during unregistrationJulian Anastasov
2015-08-27net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-08-27rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-08-27net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-07-30neigh: do not modify unlinked entriesJulian Anastasov
2015-07-30net: don't wait for order-3 page allocationShaohua Li
2015-04-30net: fix crash in build_skb()Eric Dumazet
2015-04-30net: do not deplete pfmemalloc reserveEric Dumazet
2015-04-09net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-12net: reject creation of netdev names with colonsMatthew Thode
2015-03-12gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-03-12rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-03-12rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-03-12pktgen: fix UDP checksum computationSabrina Dubroca
2015-02-10bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-02-10net: rps: fix cpu unplugEric Dumazet
2015-01-26net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh