aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* fib_rules: fix fib rule dumps across multiple skbsWilson Kok2015-10-131-5/+9
* net: Fix skb csum races when peekingHerbert Xu2015-10-131-1/+2
* net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2015-10-131-1/+3
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-10-131-6/+7
* net: Clone skb before setting peeked flagHerbert Xu2015-10-131-4/+38
* datagram: Factor out sk queue referencingPavel Emelyanov2015-08-121-4/+5
* net: call rcu_read_lock early in process_backlogJulian Anastasov2015-08-121-15/+11
* net: do not process device backlog during unregistrationJulian Anastasov2015-08-121-2/+4
* rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-08-121-54/+52
* pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer2015-08-121-1/+1
* neigh: do not modify unlinked entriesJulian Anastasov2015-08-071-0/+11
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-05-091-6/+6
* net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2015-05-091-4/+10
* net: reject creation of netdev names with colonsMatthew Thode2015-05-091-1/+1
* gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki2015-05-091-1/+14
* rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-05-091-2/+10
* net: rps: fix cpu unplugEric Dumazet2015-05-091-5/+15
* net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong2015-05-091-2/+2
* rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann2015-05-091-8/+4
* net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2015-02-201-0/+1
* Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings2015-02-201-1/+0
* net: Fix stacked vlan offload features computationToshiaki Makita2015-02-201-5/+7
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin2014-09-131-0/+4
* inetpeer: get rid of ip_id_countEric Dumazet2014-09-131-23/+0
* net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2014-09-131-3/+3
* rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt2014-08-061-4/+18
* skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-07-111-0/+3
* skbuff: export skb_copy_ubufsMichael S. Tsirkin2014-07-111-1/+1
* net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-06-091-0/+1
* skb: Add inline helper for getting the skb end offset from headAlexander Duyck2014-06-091-5/+4
* rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-06-091-6/+10
* rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-06-091-5/+12
* filter: prevent nla extensions to peek beyond the end of the messageMathias Krause2014-06-091-1/+5
* net: core: don't account for udp header size when computing seglenFlorian Westphal2014-06-091-5/+7
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-04-091-0/+25
* net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski2014-04-021-0/+7
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-04-021-31/+1
* net: drop_monitor: fix the value of maxattrChangli Gao2014-02-151-1/+0
* net: flow_dissector: fail on evil iph->ihlJason Wang2014-01-031-0/+2
* {pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du2014-01-031-0/+7
* net: core: Always propagate flag changes to interfacesVlad Yasevich2014-01-031-1/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2014-01-031-1/+2
* net: Fix "ip rule delete table 256"Andreas Henriksson2014-01-031-1/+2
* netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-10-261-5/+4
* net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-10-261-1/+6
* neighbour: fix a race in neigh_destroy()Eric Dumazet2013-08-021-5/+7
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-301-12/+0
* rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch2013-05-131-2/+2
* netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-05-131-0/+1
* net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2013-05-131-3/+3