aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-01-16netfilter: x_tables: don't return garbage pointer on modprobe failureFlorian Westphal1-1/+1
2018-01-16netfilter: nf_tables: flow_offload depends on flow_tableArnd Bergmann1-1/+1
2018-01-15Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller4-15/+17
2018-01-15net: Restrict unwhitelisted proto caches to size 0Kees Cook1-3/+1
2018-01-15sctp: Copy struct sctp_sock.autoclose to userspace using put_user()David Windsor1-1/+1
2018-01-15sctp: Define usercopy region in SCTP proto slab cacheDavid Windsor1-0/+8
2018-01-15caif: Define usercopy region in caif proto slab cacheDavid Windsor1-0/+2
2018-01-15ip: Define usercopy region in IP proto slab cacheDavid Windsor2-0/+4
2018-01-15net: Define usercopy region in struct proto slab cacheDavid Windsor1-1/+5
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-1/+6
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall1-2/+2
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu1-50/+1
2018-01-15ipv6: Fix build with gcc-4.4.5Ido Schimmel1-2/+6
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy3-8/+4
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai4-10/+10
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de1-2/+2
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet1-0/+1
2018-01-15sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner1-2/+1
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner2-2/+3
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti1-0/+1
2018-01-15netlink: extack needs to be reset each time through loopDavid Ahern1-1/+2
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang1-12/+14
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy1-0/+1
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
2018-01-159p: add missing module license for xen transportStephen Hemminger1-0/+4
2018-01-15cfg80211: check dev_set_name() return valueJohannes Berg1-1/+7
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg1-2/+0
2018-01-15nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski1-4/+7
2018-01-15cfg80211: fully initialize old channel for eventJohannes Berg1-2/+1
2018-01-14SUNRPC: Add explicit rescheduling points in the receive pathTrond Myklebust1-2/+19
2018-01-14SUNRPC: Chunk reading of replies from the serverTrond Myklebust1-4/+11
2018-01-14SUNRPC: Remove rpc_protocol()Chuck Lever1-16/+0
2018-01-14bpf: fix 32-bit divide by zeroAlexei Starovoitov1-0/+4
2018-01-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-2/+1
2018-01-14net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel1-0/+59
2018-01-13Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-9/+11
2018-01-13bpf: simplify xdp_convert_ctx_access for xdp_rxq_infoJesper Dangaard Brouer1-4/+3
2018-01-12net: Cap number of queues even with accel_privAlexander Duyck1-2/+1
2018-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller8-12/+38
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-45/+96
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+4
2018-01-11netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan4-3/+28
2018-01-11netfilter: clusterip: make sure arp hooks are availableFlorian Westphal1-0/+1
2018-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+3
2018-01-10Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro1-1/+3
2018-01-10net: sch: red: Change offloaded xstats to be incrementalNogah Frankel1-16/+8
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux1-0/+9
2018-01-10ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet1-2/+3
2018-01-10tcp: make local function tcp_recv_timestamp staticWei Yongjun1-2/+2
2018-01-108021q: fix a memory leak for VLAN 0 deviceCong Wang1-6/+1