summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long2019-03-082-14/+10Star
| * | | | | | | | | sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() failsXin Long2019-03-081-10/+24
| * | | | | | | | | rxrpc: Fix client call connect/disconnect raceDavid Howells2019-03-081-5/+15
| * | | | | | | | | sctp: remove sched init from sctp_stream_initXin Long2019-03-081-2/+0Star
| * | | | | | | | | route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-081-0/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | net/hsr: fix possible crash in add_timer()Eric Dumazet2019-03-071-8/+6Star
| * | | | | | | | net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlNathan Chancellor2019-03-071-1/+1
| * | | | | | | | net: atm: Use IS_ENABLED in atm_dev_ioctlNathan Chancellor2019-03-071-6/+2Star
| * | | | | | | | ethtool: reduce stack usage with clangArnd Bergmann2019-03-071-7/+9
| * | | | | | | | tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-061-0/+5
| * | | | | | | | net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-063-1/+16
| * | | | | | | | net: sched: flower: insert new filter to idr after setting its maskVlad Buslov2019-03-061-21/+22
| |/ / / / / / /
| * | | | | | | tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin2019-03-061-0/+4
| * | | | | | | iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire2019-03-061-3/+6
| * | | | | | | ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-061-4/+5
| * | | | | | | net/sched: act_tunnel_key: Fix double free dst_cachewenxu2019-03-051-16/+6Star
| * | | | | | | tipc: fix RDM/DGRAM connect() regressionErik Hugne2019-03-051-1/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-105-27/+20Star
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-04102-628/+962
| |\ \ \ \ \ \ \ \
| * | | | | | | | | IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-045-27/+20Star
* | | | | | | | | | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-087-128/+173
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: split out functions related to registering inflight socket filesJens Axboe2019-02-287-131/+173
| * | | | | | | | | | Add io_uring IO interfaceJens Axboe2019-02-281-0/+3
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-062-2/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-062-2/+4
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-1/+1
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-046-56/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-03-041-0/+3
| * | | | | | | | | appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-03-033-8/+36
| * | | | | | | | | appletalk: use remove_proc_subtree to simplify procfs codeYueHaibing2019-03-031-39/+17Star
| * | | | | | | | | net: sched: put back q.qlen into a single locationEric Dumazet2019-03-022-9/+6Star
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | net/sched: avoid unused-label warningArnd Bergmann2019-03-041-1/+1
* | | | | | | | | net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-042-2/+5
* | | | | | | | | devlink: Add support for direct reporter health state updateEran Ben Elisha2019-03-041-5/+17
* | | | | | | | | devlink: Update reporter state to error even if recover abortedEran Ben Elisha2019-03-041-1/+4
* | | | | | | | | sctp: call iov_iter_revert() after sending ABORTXin Long2019-03-041-0/+1
* | | | | | | | | ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-041-4/+4
* | | | | | | | | net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko2019-03-041-7/+5Star
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-042-9/+61
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bpf: add bpf helper bpf_skb_ecn_set_cebrakmo2019-03-021-0/+28
| * | | | | | | | | bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissectorStanislav Fomichev2019-02-251-6/+20
| * | | | | | | | | bpf: add skb->queue_mapping write access from tc clsactJesper Dangaard Brouer2019-02-191-3/+13
* | | | | | | | | | tls: Fix tls_device receiveBoris Pismenny2019-03-041-11/+14
* | | | | | | | | | tls: Fix mixing between async capable and asyncEran Ben Elisha2019-03-041-6/+9
* | | | | | | | | | tls: Fix write space handlingBoris Pismenny2019-03-043-9/+36
* | | | | | | | | | tls: Fix tls_device handling of partial recordsBoris Pismenny2019-03-042-17/+5Star
* | | | | | | | | | net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri2019-03-042-0/+16
* | | | | | | | | | net: fixup address-space warnings in compat_mc_{get,set}sockopt()Ben Dooks2019-03-041-4/+4