summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2017-04-28net: adjust skb->truesize in ___pskb_trim()Eric Dumazet-0/+2
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung-0/+3
2017-04-21netpoll: Check for skb->queue_mappingTushar Dave-2/+8
2017-04-21gso: Validate assumption of frag_list segementationIlan Tayari-4/+14
2017-04-17net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn-0/+1
2017-04-12net: xdp: don't export dev_change_xdp_fd()Johannes Berg-1/+0
2017-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller-9/+14
2017-04-03flow dissector: correct size of storage for ARPSimon Horman-1/+1
2017-04-02make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro-9/+14
2017-03-24secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal-2/+29
2017-03-24net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck-2/+4
2017-03-23net: neigh: guard against NULL solicit() methodEric Dumazet-1/+2
2017-03-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann-0/+6
2017-03-22cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo-16/+16
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh-6/+11
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh-0/+10
2017-03-15net: properly release sk_frag.pageEric Dumazet-5/+5
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich-0/+1
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin-3/+3
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-49/+57
2017-03-07net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet-7/+8
2017-03-07net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet-7/+8
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-13/+114
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo-5/+11
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar-0/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-01net: net_enable_timestamp() can be called from irq contextsEric Dumazet-4/+31
2017-03-01net: solve a NAPI raceEric Dumazet-4/+72
2017-02-23bpf: Fix bpf_xdp_event_outputMartin KaFai Lau-2/+2
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet-1/+1
2017-02-21net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng-3/+3
2017-02-21rtnl: simplify error return path in rtnl_create_link()Tobias Klauser-6/+1
2017-02-17rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann-4/+7
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann-0/+7
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann-9/+9
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+7
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2017-02-15net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe-1/+2
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert-0/+7
2017-02-13net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet-3/+0
2017-02-10devlink: allow to fillup eswitch attrs even if mode_get op does not existJiri Pirko-7/+9
2017-02-10devlink: use nla_put_failure goto label instead of outJiri Pirko-6/+6
2017-02-10devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fillJiri Pirko-5/+5
2017-02-10devlink: fix the name of eswitch commandsJiri Pirko-9/+9
2017-02-10net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King-0/+1
2017-02-10net: Fix checkpatch, Missing a blank line after declarationstcharding-0/+13
2017-02-10net: Fix checkpatch block comments warningstcharding-32/+33
2017-02-10net: Fix checkpatch whitespace errorstcharding-19/+20