summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/ncsi: Refactor MAC, VLAN filtersSamuel Mendoza-Jonas2018-04-174-311/+147
* net/ncsi: Add generic netlink familySamuel Mendoza-Jonas2018-03-075-5/+471
* net/ncsi: Don't take any action on HNCDSC AENSamuel Mendoza-Jonas2018-01-181-32/+3
* Merge tag 'v4.13.16' into dev-4.13Joel Stanley2017-11-2864-428/+630
|\
| * net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-241-2/+3
| * sctp: do not peel off an assoc from one netns to another oneXin Long2017-11-241-0/+4
| * af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-242-6/+12
| * vlan: fix a use-after-free in vlan_device_event()Cong Wang2017-11-241-3/+3
| * tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-241-2/+1
| * tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet2017-11-241-2/+10
| * l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2017-11-242-30/+18
| * netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+1
| * tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
| * tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov2017-11-241-1/+1
| * mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-11-181-2/+34
| * mac80211: use constant time comparison with keysJason A. Donenfeld2017-11-181-1/+2
| * mac80211: accept key reinstall without changing anythingJohannes Berg2017-11-181-4/+17
| * tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-1/+2
| * ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet2017-11-181-0/+1
| * l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault2017-11-181-1/+6
| * net_sched: avoid matching qdisc with zero handleCong Wang2017-11-181-0/+2
| * sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-11-181-0/+32
| * tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet2017-11-181-1/+1
| * ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-11-181-2/+7
| * ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-11-181-4/+7
| * ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-11-181-17/+42
| * net/unix: don't show information about sockets from other namespacesAndrei Vagin2017-11-181-0/+2
| * net: dsa: check master device before putVivien Didelot2017-11-181-3/+4
| * tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-11-183-4/+4
| * tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-11-181-1/+2
| * sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-11-181-2/+4
| * ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-11-182-2/+3
| * soreuseport: fix initialization raceCraig Gallek2017-11-183-11/+11
| * net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov2017-11-181-1/+1
| * packet: avoid panic in packet_getsockopt()Eric Dumazet2017-11-181-8/+16
| * tcp/dccp: fix ireq->opt racesEric Dumazet2017-11-186-38/+32
| * sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-11-181-1/+1
| * netlink: fix netlink_ack() extack raceJohannes Berg2017-11-181-4/+4
| * tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-181-3/+3
| * l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-11-181-0/+3
| * net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet2017-11-181-2/+1
| * netlink: do not set cb_running if dump's start() errsJason A. Donenfeld2017-11-181-6/+7
| * ipv6: Fix traffic triggered IPsec connections.Steffen Klassert2017-11-181-1/+1
| * ipv4: Fix traffic triggered IPsec connections.Steffen Klassert2017-11-181-1/+1
| * gso: fix payload length when gso_size is zeroAlexey Kodanev2017-11-183-3/+3
| * netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis2017-11-151-1/+0
| * netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-11-151-77/+53
| * ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-11-021-10/+15
| * cfg80211: fix connect/disconnect edge casesJohannes Berg2017-11-021-9/+41
| * KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-271-1/+1
OpenPOWER on IntegriCloud