summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2018-06-16net: fix race on decreasing number of TX queuesJakub Kicinski
2018-01-01netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2018-01-01tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2018-01-01net: enable interface alias removal via rtnlNicolas Dichtel
2017-11-26net: don't decrement kobj reference count on init failurestephen hemminger
2017-11-11ipv4: add reference counting to metricsEric Dumazet
2017-11-11dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings
2017-11-11net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-11-11net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-11-11net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-11-11net: remove open-coded skb_cow_head.françois romieu
2017-09-15net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-09-15net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-09-15rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-09-15net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-09-15netem: fix skb_orphan_partial()Eric Dumazet
2017-07-18net: properly release sk_frag.pageEric Dumazet
2017-06-05net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-03-16drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-03-16drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2017-03-16net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2017-03-16net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2017-03-16net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2017-03-16net: fix sk_mem_reclaim_partial()Eric Dumazet
2017-03-16net/sock: Add sock_efree() functionBen Hutchings
2017-03-16net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-03-16net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-03-16gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-03-16gro: Enter slow-path if there is no tailroomHerbert Xu
2017-02-23net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2017-02-23dccp: limit sk_filter trim to payloadWillem de Bruijn
2017-02-23rose: limit sk_filter trim to payloadWillem de Bruijn
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings
2017-02-23rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca
2017-02-23rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause
2016-06-15net: fix infoleak in rtnetlinkKangjie Lu
2016-05-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann
2016-05-01tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-03-24net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-02-25unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-01-28net: bpf: reject invalid shiftsRabin Vincent
2016-01-25Revert "[stable-only] net: add length argument to skb_copy_and_csum_datagram_...Luis Henriques
2016-01-25net: possible use after free in dst_releaseFrancesco Ruggeri
2016-01-04skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2016-01-04vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2016-01-04sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-18net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2015-12-18net, 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-28[stable-only] net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca