summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-11-02net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-11-02net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-11-01net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-11-01net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-06-20net: neigh: guard against NULL solicit() methodEric Dumazet
2017-06-20drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-06-20drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2017-06-08net: properly release sk_frag.pageEric Dumazet
2017-06-08net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-06-08net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-06-08net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-06-08gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-06-08gro: Enter slow-path if there is no tailroomHerbert Xu
2017-02-10net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2017-02-10net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2017-02-10net: fix sk_mem_reclaim_partial()Eric Dumazet
2017-02-10net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov
2017-02-10bonding: Fix bonding crashMahesh Bandewar
2017-02-10tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-06-07net: fix infoleak in rtnetlinkKangjie Lu
2016-03-03unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-01-28net: possible use after free in dst_releaseFrancesco Ruggeri
2016-01-22sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-22net, 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-27skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-10-22fib_rules: Fix dump_rules() not to exit earlyRoland Dreier
2015-10-01fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-10-01net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-10-01net: Fix skb csum races when peekingHerbert Xu
2015-10-01net: Clone skb before setting peeked flagHerbert Xu
2015-10-01net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-10-01net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-03-26net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-18net: reject creation of netdev names with colonsMatthew Thode
2015-03-18gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-03-18rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-03-18rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-02-26bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-02-26net: rps: fix cpu unplugEric Dumazet
2014-12-16rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel
2014-08-14iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin
2014-08-14net: Correctly set segment mac_len in skb_segment().Vlad Yasevich
2014-08-14net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-06-30skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin
2014-06-26rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt
2014-06-26net: force a list_del() in unregister_netdevice_many()Eric Dumazet