summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2018-01-011-0/+1
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2018-01-011-3/+3
* net: enable interface alias removal via rtnlNicolas Dichtel2018-01-011-1/+4
* net: don't decrement kobj reference count on init failurestephen hemminger2017-11-261-12/+10
* ipv4: add reference counting to metricsEric Dumazet2017-11-111-10/+15
* dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings2017-11-112-5/+23
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-11-111-1/+1
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-11-111-3/+4
* net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-11-111-3/+9
* net: remove open-coded skb_cow_head.françois romieu2017-11-111-2/+2
* net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-09-151-1/+7
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-09-151-2/+2
* rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-09-151-0/+2
* net: fix compile error in skb_orphan_partial()Eric Dumazet2017-09-151-3/+0
* netem: fix skb_orphan_partial()Eric Dumazet2017-09-151-6/+6
* net: properly release sk_frag.pageEric Dumazet2017-07-181-5/+5
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-06-051-4/+31
* drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-03-161-1/+7
* drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-03-161-9/+24
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2017-03-161-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2017-03-161-0/+1
* net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2017-03-161-31/+37
* net: fix sk_mem_reclaim_partial()Eric Dumazet2017-03-161-4/+5
* net/sock: Add sock_efree() functionBen Hutchings2017-03-161-0/+6
* net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-03-161-18/+13
* net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-03-161-2/+2
* gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-03-161-2/+3
* gro: Enter slow-path if there is no tailroomHerbert Xu2017-03-161-1/+2
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-02-231-2/+2
* dccp: limit sk_filter trim to payloadWillem de Bruijn2017-02-231-3/+4
* rose: limit sk_filter trim to payloadWillem de Bruijn2017-02-231-5/+5
* net: Add __sock_queue_rcv_skb()Ben Hutchings2017-02-231-6/+13
* rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca2017-02-231-3/+4
* rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause2017-02-231-0/+1
* net: fix infoleak in rtnetlinkKangjie Lu2016-06-151-8/+10
* tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-05-011-8/+17
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-05-011-1/+1
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-03-242-0/+12
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-251-0/+7
* net: bpf: reject invalid shiftsRabin Vincent2016-01-281-0/+5
* Revert "[stable-only] net: add length argument to skb_copy_and_csum_datagram_...Luis Henriques2016-01-251-5/+1
* net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-251-1/+2
* skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2016-01-041-1/+1
* vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2016-01-041-1/+2
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-041-2/+0
* net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov2015-12-181-2/+2
* net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann2015-12-181-0/+2
* net: fix a race in dst_release()Eric Dumazet2015-12-091-1/+1
* [stable-only] net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2015-10-281-1/+5
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-10-281-1/+1