summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-02-10ipv4: Set skb->protocol properly for local outputEli Cooper
2017-02-10cfg80211: limit scan results cache sizeJohannes Berg
2017-02-10mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg
2017-02-10mac80211: fix purging multicast PS buffer queueFelix Fietkau
2017-02-10ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2017-02-10neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2017-02-10sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner
2017-02-10dccp: fix out of bound access in dccp_v4_err()Eric Dumazet
2017-02-10dccp: do not send reset to already closed socketsEric Dumazet
2017-02-10net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2017-02-10net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2017-02-10sctp: validate chunk len before actually using itMarcelo Ricardo Leitner
2017-02-10net: sctp, forbid negative lengthJiri Slaby
2017-02-10packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman
2017-02-10ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2017-02-10net: fix sk_mem_reclaim_partial()Eric Dumazet
2017-02-10can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp
2017-02-10netfilter: fix namespace handling in nf_log_proc_dostringJann Horn
2017-02-10svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever
2017-02-10ipvs: count pre-established TCP states as activeMichal Kubecek
2017-02-10net: disable fragment reassembly if high_thresh is set to zeroMichal Kubecek
2017-02-10net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov
2017-02-10bonding: Fix bonding crashMahesh Bandewar
2017-02-10tcp: take care of truncations done by sk_filter()Eric Dumazet
2017-02-10tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2017-02-10tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2017-02-10tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet
2017-02-10net/irda: handle iriap_register_lsap() allocation failureVegard Nossum
2017-02-10ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni
2017-02-10ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet
2017-02-10ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet
2017-02-10ipv6: correctly add local routes when lo goes upNicolas Dichtel
2017-02-10ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson
2017-02-10ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca
2017-02-10ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun
2017-02-10ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa
2017-02-10ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa
2017-02-10ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček
2017-02-10NFS: Don't drop CB requests with invalid principalsChuck Lever
2016-08-27net: rfkill: Do not ignore errors from regulator_enable()Luis Henriques
2016-08-27netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore
2016-08-27Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński
2016-08-27net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum
2016-08-27sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2016-08-27mac80211: mesh: flush mesh paths unconditionallyBob Copeland
2016-08-27ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-08-27sit: correct IP protocol used in ipip6_errSimon Horman
2016-08-21sunrpc: fix stripping of padded MIC tokensTomáš Trnka
2016-08-21tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-08-21tcp: record TLP and ER timer stats in v6 statsYuchung Cheng