summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2017-05-20iov_iter: don't revert iov buffer if csum errorDing Tianhong1-6/+7
2017-05-14rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt1-1/+1
2017-05-14net: adjust skb->truesize in ___pskb_trim()Eric Dumazet1-0/+2
2017-05-03tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh1-6/+11
2017-05-03tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh1-0/+10
2017-05-03netpoll: Check for skb->queue_mappingTushar Dave1-2/+8
2017-05-03gso: Validate assumption of frag_list segementationIlan Tayari1-4/+14
2017-05-03net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn1-0/+1
2017-05-03secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal1-2/+27
2017-05-03net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2
2017-04-21make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro1-9/+14
2017-03-30cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo1-16/+16
2017-03-30net: solve a NAPI raceEric Dumazet1-7/+74
2017-03-30socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-03-30net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-03-22net: use net->count to check whether a netns is alive or notAndrey Vagin1-3/+3
2017-03-22net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-03-22net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-02-15net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe1-1/+2
2017-02-07udp: properly cope with csum errorsEric Dumazet1-2/+6
2017-02-04net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-03ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka1-3/+6
2017-01-25lwtunnel: Fix oops on state free after encap module unloadRobert Shearman1-1/+5
2017-01-25net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+1
2017-01-19lwtunnel: fix autoload of lwt modulesDavid Ahern1-6/+56
2017-01-18net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-01-18net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha1-1/+1
2017-01-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2017-01-11gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-11mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck1-4/+4
2017-01-11gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2017-01-11net: add the AF_QIPCRTR entries to family name tablesAnna, Suman1-3/+3
2017-01-10net: skb_flow_get_be16() can be staticEric Dumazet1-2/+2
2017-01-03drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang1-1/+7
2017-01-02flow_dissector: Update pptp handling to avoid null pointer deref.Ian Kumlien1-2/+3
2017-01-02drop_monitor: add missing call to genlmsg_endReiter Wolfgang1-9/+24
2016-12-29rtnl: stats - add missing netlink message size checksMathias Krause1-0/+6
2016-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+0
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang1-6/+0
2016-12-25ktime: Get rid of the unionThomas Gleixner2-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds9-9/+9
2016-12-23neigh: Send netevent after marking neigh as deadIdo Schimmel1-0/+1
2016-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+6
2016-12-17net: xdp: add invalid buffer warningJohn Fastabend1-0/+6
2016-12-15Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-20/+15
2016-12-14netns: avoid disabling irq for netns idPaul Moore1-20/+15
2016-12-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-44/+32
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2016-12-10net: skb_condense() can also deal with empty skbsEric Dumazet1-9/+13