summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-10ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+3
2017-02-10cfg80211: limit scan results cache sizeJohannes Berg2-0/+70
2017-02-10mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2017-02-10mac80211: fix purging multicast PS buffer queueFelix Fietkau2-4/+4
2017-02-10ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2017-02-10neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong1-1/+1
2017-02-10sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2017-02-10dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8
2017-02-10dccp: do not send reset to already closed socketsEric Dumazet1-0/+4
2017-02-10net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2017-02-10net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2017-02-10sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2017-02-10net: sctp, forbid negative lengthJiri Slaby1-1/+4
2017-02-10packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman1-0/+1
2017-02-10ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov4-5/+10
2017-02-10net: fix sk_mem_reclaim_partial()Eric Dumazet1-4/+5
2017-02-10can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp1-9/+23
2017-02-10netfilter: fix namespace handling in nf_log_proc_dostringJann Horn1-2/+4
2017-02-10svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever1-1/+2
2017-02-10ipvs: count pre-established TCP states as activeMichal Kubecek1-2/+23
2017-02-10net: disable fragment reassembly if high_thresh is set to zeroMichal Kubecek3-0/+11
2017-02-10net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov1-1/+3
2017-02-10bonding: Fix bonding crashMahesh Bandewar1-0/+16
2017-02-10tcp: take care of truncations done by sk_filter()Eric Dumazet3-8/+27
2017-02-10tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2017-02-10tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2017-02-10tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2-2/+9
2017-02-10net/irda: handle iriap_register_lsap() allocation failureVegard Nossum1-2/+6
2017-02-10ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni1-2/+11
2017-02-10ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet1-0/+1
2017-02-10ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet1-7/+8
2017-02-10ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2017-02-10ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2017-02-10ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca3-10/+31
2017-02-10ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun1-0/+2
2017-02-10ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-48/+138
2017-02-10ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-63/+73
2017-02-10ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček2-7/+17
2017-02-10NFS: Don't drop CB requests with invalid principalsChuck Lever1-0/+5
2016-08-27net: rfkill: Do not ignore errors from regulator_enable()Luis Henriques1-3/+5
2016-08-27netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore1-2/+10
2016-08-27Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1
2016-08-27net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-08-27sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss1-19/+23
2016-08-27mac80211: mesh: flush mesh paths unconditionallyBob Copeland1-0/+4
2016-08-27ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2-1/+4
2016-08-27sit: correct IP protocol used in ipip6_errSimon Horman1-2/+2
2016-08-21sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2016-08-21tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-08-21tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3