summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2017-03-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann
2017-03-22cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh
2017-03-15net: properly release sk_frag.pageEric Dumazet
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-07net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2017-03-07net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-01net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-03-01net: solve a NAPI raceEric Dumazet
2017-02-23bpf: Fix bpf_xdp_event_outputMartin KaFai Lau
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet
2017-02-21net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng
2017-02-21rtnl: simplify error return path in rtnl_create_link()Tobias Klauser
2017-02-17rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-15net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert
2017-02-13net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet
2017-02-10devlink: allow to fillup eswitch attrs even if mode_get op does not existJiri Pirko
2017-02-10devlink: use nla_put_failure goto label instead of outJiri Pirko
2017-02-10devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fillJiri Pirko
2017-02-10devlink: fix the name of eswitch commandsJiri Pirko
2017-02-10net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-02-10net: Fix checkpatch, Missing a blank line after declarationstcharding
2017-02-10net: Fix checkpatch block comments warningstcharding
2017-02-10net: Fix checkpatch whitespace errorstcharding
2017-02-10net: Fix checkpatch WARNING: please, no space before tabstcharding
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07net: pending_confirm is not used anymoreJulian Anastasov
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-02-05net: remove __napi_complete()Eric Dumazet
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-03net: use a work queue to defer net_disable_timestamp() workEric Dumazet