summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-04-16netfilter: fix CONFIG_NF_REJECT_IPV6=m link errorArnd Bergmann
2018-04-16netfilter: conntrack: silent a memory leak warningCong Wang
2018-04-11netfilter: xt_connmark: Add bit mapping for bit-shift operation.Jack Ma
2018-04-09netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal
2018-04-09ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov
2018-04-09netfilter: nf_conntrack_sip: allow duplicate SDP expectationsFlorian Westphal
2018-04-09inetpeer: fix uninit-value in inet_getpeerEric Dumazet
2018-04-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-04-08devlink: convert occ_get op to separate registrationJiri Pirko
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang
2018-04-08sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet
2018-04-08net: dsa: Discard frames from unused portsAndrew Lunn
2018-04-08sctp: do not leak kernel memory to user spaceEric Dumazet
2018-04-07soreuseport: initialise timewait reuseport fieldEric Dumazet
2018-04-07ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet
2018-04-07dccp: initialize ireq->ir_markEric Dumazet
2018-04-07net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet
2018-04-07net: initialize skb->peeked when cloningEric Dumazet
2018-04-07netlink: fix uninit-value in netlink_sendmsgEric Dumazet
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang
2018-04-05net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti
2018-04-05net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill
2018-04-05arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines
2018-04-05vti6: better validate user provided tunnel namesEric Dumazet
2018-04-05ip6_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-05ip6_gre: better validate user provided tunnel namesEric Dumazet
2018-04-05ipv6: sit: better validate user provided tunnel namesEric Dumazet
2018-04-05ip_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-05net: fool proof dev_valid_name()Eric Dumazet
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-04-04tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna
2018-04-04net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni
2018-04-04tipc: Fix missing list initializations in struct tipc_subscriptionJon Maloy
2018-04-04ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev
2018-04-04ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev
2018-04-04ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev
2018-04-04ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev
2018-04-04af_unix: remove redundant lockdep classCong Wang
2018-04-04rxrpc: Fix undefined packet handlingDavid Howells
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to com...Dominik Brodowski
2018-04-02net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to com...Dominik Brodowski
2018-04-02net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to c...Dominik Brodowski
2018-04-02net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to c...Dominik Brodowski
2018-04-02net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to com...Dominik Brodowski
2018-04-02net: socket: replace call to sys_recv() with __sys_recvfrom()Dominik Brodowski
2018-04-02net: socket: replace calls to sys_send() with __sys_sendto()Dominik Brodowski
2018-04-02net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski