summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* iov_iter: don't revert iov buffer if csum errorDing Tianhong2017-05-201-6/+7
* rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt2017-05-141-1/+1
* net: adjust skb->truesize in ___pskb_trim()Eric Dumazet2017-05-141-0/+2
* tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-05-031-6/+11
* tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-05-031-0/+10
* netpoll: Check for skb->queue_mappingTushar Dave2017-05-031-2/+8
* gso: Validate assumption of frag_list segementationIlan Tayari2017-05-031-4/+14
* net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-05-031-0/+1
* secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal2017-05-031-2/+27
* net: neigh: guard against NULL solicit() methodEric Dumazet2017-05-031-1/+2
* make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro2017-04-211-9/+14
* cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo2017-03-301-16/+16
* net: solve a NAPI raceEric Dumazet2017-03-301-7/+74
* socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-301-0/+6
* net: properly release sk_frag.pageEric Dumazet2017-03-301-5/+5
* net: use net->count to check whether a netns is alive or notAndrey Vagin2017-03-221-3/+3
* net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-221-7/+8
* net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-221-7/+8
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-221-4/+31
* net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe2017-02-151-1/+2
* udp: properly cope with csum errorsEric Dumazet2017-02-071-2/+6
* net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-031-18/+13
* ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka2017-02-031-3/+6
* lwtunnel: Fix oops on state free after encap module unloadRobert Shearman2017-01-241-1/+5
* net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-241-0/+1
* lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-181-6/+56
* net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-01-181-2/+2
* net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha2017-01-181-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-01-111-4/+4
|\
| * mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-101-4/+4
* | gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-111-2/+3
* | gro: Enter slow-path if there is no tailroomHerbert Xu2017-01-101-1/+2
* | net: add the AF_QIPCRTR entries to family name tablesAnna, Suman2017-01-101-3/+3
* | net: skb_flow_get_be16() can be staticEric Dumazet2017-01-101-2/+2
|/
* drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang2017-01-031-1/+7
* flow_dissector: Update pptp handling to avoid null pointer deref.Ian Kumlien2017-01-021-2/+3
* drop_monitor: add missing call to genlmsg_endReiter Wolfgang2017-01-011-9/+24
* rtnl: stats - add missing netlink message size checksMathias Krause2016-12-291-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-271-6/+0
|\
| * net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-271-6/+0
* | ktime: Get rid of the unionThomas Gleixner2016-12-252-3/+3
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-249-9/+9
|/
* neigh: Send netevent after marking neigh as deadIdo Schimmel2016-12-231-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-171-0/+6
|\
| * net: xdp: add invalid buffer warningJohn Fastabend2016-12-171-0/+6
* | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-141-20/+15
|\ \
| * | netns: avoid disabling irq for netns idPaul Moore2016-12-141-20/+15
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-122-44/+32
|\ \ \
| * | | net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-34/+26
| * | | net/dev: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-10/+6
OpenPOWER on IntegriCloud