summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: free set name in error pathFlorian Westphal2018-04-161-3/+5
* netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal2018-04-161-27/+32
* netfilter: fix CONFIG_NF_REJECT_IPV6=m link errorArnd Bergmann2018-04-161-0/+1
* netfilter: conntrack: silent a memory leak warningCong Wang2018-04-161-0/+1
* netfilter: xt_connmark: Add bit mapping for bit-shift operation.Jack Ma2018-04-111-8/+11
* netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal2018-04-091-5/+6
* ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-04-092-83/+80Star
* netfilter: nf_conntrack_sip: allow duplicate SDP expectationsFlorian Westphal2018-04-092-5/+16
* inetpeer: fix uninit-value in inet_getpeerEric Dumazet2018-04-091-0/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-083-13/+33
|\
| * Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-033-13/+33
* | devlink: convert occ_get op to separate registrationJiri Pirko2018-04-081-9/+65
* | tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-083-6/+6
* | sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-081-5/+8
* | net: dsa: Discard frames from unused portsAndrew Lunn2018-04-081-1/+7
* | sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-081-1/+3
* | soreuseport: initialise timewait reuseport fieldEric Dumazet2018-04-081-0/+1
* | ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet2018-04-081-5/+6
* | dccp: initialize ireq->ir_markEric Dumazet2018-04-082-0/+2
* | net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-04-081-2/+2
* | net: initialize skb->peeked when cloningEric Dumazet2018-04-081-0/+1
* | netlink: fix uninit-value in netlink_sendmsgEric Dumazet2018-04-081-0/+2
* | net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang2018-04-071-0/+1
* | net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti2018-04-061-4/+8
* | net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-061-2/+5
* | arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines2018-04-061-1/+1
* | vti6: better validate user provided tunnel namesEric Dumazet2018-04-051-2/+5
* | ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-4/+7
* | ip6_gre: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
* | ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
* | ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-5/+6
* | net: fool proof dev_valid_name()Eric Dumazet2018-04-051-1/+1
* | inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-044-9/+2Star
* | tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna2018-04-041-1/+2
* | net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-042-2/+4
* | tipc: Fix missing list initializations in struct tipc_subscriptionJon Maloy2018-04-041-0/+2
* | ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev2018-04-041-19/+2Star
* | ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev2018-04-041-5/+5
* | ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-043-5/+14
* | ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2018-04-042-8/+18
* | af_unix: remove redundant lockdep classCong Wang2018-04-041-10/+0Star
* | rxrpc: Fix undefined packet handlingDavid Howells2018-04-042-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03450-7855/+13752
|\ \
| * | ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet2018-04-021-1/+1
| * | route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long2018-04-021-9/+11
| * | net: sched: do not emit messages while holding spinlockLi RongQing2018-04-021-4/+7
| * | vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu2018-04-021-1/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-0228-100/+262
| |\|
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-012-0/+2
| |\ \
| | * | Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2018-04-012-0/+2