summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-1/+0
|\
| * splice_pipe_desc: kill ->flagsAl Viro2016-12-261-1/+0
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-021-6/+7
|\ \
| * | iov_iter: don't revert iov buffer if csum errorDing Tianhong2017-05-011-6/+7
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-012-2/+2
|\ \ \
| * | | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-112-2/+2
* | | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-0/+103
|\ \ \ \
| * | | | net: off by one in inet6_pton()Dan Carpenter2017-04-141-1/+1
| * | | | Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-073-27/+48
| |\ \ \ \
| * | | | | net/utils: generic inet_pton_with_scope helperSagi Grimberg2017-04-041-0/+103
* | | | | | net: adjust skb->truesize in ___pskb_trim()Eric Dumazet2017-04-281-0/+2
* | | | | | net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-04-261-0/+3
* | | | | | netpoll: Check for skb->queue_mappingTushar Dave2017-04-211-2/+8
* | | | | | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-211-4/+14
* | | | | | net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-04-171-0/+1
| |_|_|/ / |/| | | |
* | | | | net: xdp: don't export dev_change_xdp_fd()Johannes Berg2017-04-121-1/+0
* | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2017-04-061-9/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro2017-04-021-9/+14
| | |/ / | |/| |
* | | | flow dissector: correct size of storage for ARPSimon Horman2017-04-031-1/+1
* | | | secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal2017-03-241-2/+29
* | | | net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck2017-03-241-2/+4
* | | | net: neigh: guard against NULL solicit() methodEric Dumazet2017-03-231-1/+2
|/ / /
* | | socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-221-0/+6
* | | cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo2017-03-221-16/+16
* | | tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-03-211-6/+11
* | | tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-03-211-0/+10
* | | net: properly release sk_frag.pageEric Dumazet2017-03-151-5/+5
|/ /
* | net: Resend IGMP memberships upon peer notification.Vlad Yasevich2017-03-141-0/+1
* | net: use net->count to check whether a netns is alive or notAndrey Vagin2017-03-131-3/+3
* | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-49/+57
* | net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-071-7/+8
* | net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-071-7/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-042-13/+114
|\ \
| * | net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo2017-03-021-5/+11
| * | net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-011-4/+31
| * | net: solve a NAPI raceEric Dumazet2017-03-011-4/+72
* | | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-023-0/+6
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
* | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/ /
* | bpf: Fix bpf_xdp_event_outputMartin KaFai Lau2017-02-231-2/+2
* | net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet2017-02-211-1/+1
* | net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng2017-02-211-3/+3
* | rtnl: simplify error return path in rtnl_create_link()Tobias Klauser2017-02-211-6/+1
* | rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann2017-02-171-4/+7
* | bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-0/+7
* | bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-171-9/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-161-0/+7
|\ \
| * | net: Prepare gro for packet consuming gro callbacksSteffen Klassert2017-02-151-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-1/+2
|\ \ \