summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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/utils: generic inet_pton_with_scope helperSagi Grimberg2017-04-041-0/+103
|/
* 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
|\ \
| * | net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe2017-02-151-1/+2
* | | net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet2017-02-131-3/+0
* | | devlink: allow to fillup eswitch attrs even if mode_get op does not existJiri Pirko2017-02-101-7/+9
* | | devlink: use nla_put_failure goto label instead of outJiri Pirko2017-02-101-6/+6
* | | devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fillJiri Pirko2017-02-101-5/+5
* | | devlink: fix the name of eswitch commandsJiri Pirko2017-02-101-9/+9
* | | net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+1
* | | net: Fix checkpatch, Missing a blank line after declarationstcharding2017-02-101-0/+13
* | | net: Fix checkpatch block comments warningstcharding2017-02-101-32/+33
* | | net: Fix checkpatch whitespace errorstcharding2017-02-101-19/+20
* | | net: Fix checkpatch WARNING: please, no space before tabstcharding2017-02-101-71/+71
* | | gro_cells: move to net/core/gro_cells.cEric Dumazet2017-02-082-0/+93
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-073-23/+25
|\| |
| * | 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
* | | net: pending_confirm is not used anymoreJulian Anastasov2017-02-071-1/+0
* | | sock: add sk_dst_pending_confirm flagJulian Anastasov2017-02-071-0/+2
| |/ |/|
* | net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-061-44/+0