summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* skbuff: Fix skb checksum partial check.Pravin B Shelar2015-10-281-4/+5
* fib_rules: Fix dump_rules() not to exit earlyRoland Dreier2015-10-191-1/+1
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2015-09-301-5/+9
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-08-271-6/+7
* net: Fix skb csum races when peekingHerbert Xu2015-08-271-6/+9
* net: Clone skb before setting peeked flagHerbert Xu2015-08-271-3/+38
* net: call rcu_read_lock early in process_backlogJulian Anastasov2015-08-271-15/+15
* net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2015-08-271-1/+3
* rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-08-271-81/+85
* net: do not process device backlog during unregistrationJulian Anastasov2015-08-101-2/+4