summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2016-12-02flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet
2016-12-02can: bcm: fix support for CAN FD framesOliver Hartkopp
2016-12-02cfg80211: limit scan results cache sizeJohannes Berg
2016-11-26netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen
2016-11-26sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew
2016-11-26can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp
2016-11-21sctp: change sk state only when it has assocs in sctp_shutdownXin Long
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-21ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2016-11-21net: __skb_flow_dissect() must cap its return valueEric Dumazet
2016-11-21net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern
2016-11-21sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh
2016-11-21fib_trie: Correct /proc/net/route off by one errorAlexander Duyck
2016-11-21net: icmp6_send should use dst dev to determine L3 domainDavid Ahern
2016-11-21sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner
2016-11-21ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet
2016-11-21ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet
2016-11-21dccp: fix out of bound access in dccp_v4_err()Eric Dumazet
2016-11-21dccp: do not send reset to already closed socketsEric Dumazet
2016-11-21dccp: do not release listeners too soonEric Dumazet
2016-11-21tcp: fix return value for partial writesEric Dumazet
2016-11-21ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson
2016-11-21tcp: fix potential memory corruptionEric Dumazet
2016-11-21net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2016-11-21net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2016-11-21dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal
2016-11-18netfilter: fix namespace handling in nf_log_proc_dostringJann Horn
2016-11-18libceph: fix legacy layout decode with pool 0Yan, Zheng
2016-11-18batman-adv: Modify neigh_list only with rcu-list functionsSven Eckelmann
2016-11-18svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever
2016-11-18svcrdma: Skip put_page() when send_reply() failsChuck Lever
2016-11-18xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever
2016-11-18xprtrdma: use complete() instead complete_all()Daniel Wagner
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-11-15ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper
2016-11-15sctp: validate chunk len before actually using itMarcelo Ricardo Leitner
2016-11-15net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim
2016-11-15net: ipv6: Do not consider link state for nexthop validationDavid Ahern
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet
2016-11-15sctp: fix the panic caused by route updateXin Long
2016-11-15net: sctp, forbid negative lengthJiri Slaby
2016-11-15ipv4: use the right lock for ping_group_rangeWANG Cong
2016-11-15ipv4: disable BH in set_ping_group_range()Eric Dumazet
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-11-15net: core: Correctly iterate over lower adjacency listIdo Schimmel
2016-11-15switchdev: Execute bridge ndos only for bridge portsIdo Schimmel
2016-11-15bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov
2016-11-15net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet
2016-11-15ipv6: correctly add local routes when lo goes upNicolas Dichtel
2016-11-15ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko