summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Aleksandrov6-7/+12
2017-02-10net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10
2017-02-10net: fix sk_mem_reclaim_partial()Eric Dumazet2-7/+8
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-10firewire: net: fix fragmented datagram_size off-by-oneStefan Richter1-4/+4
2017-02-10firewire: net: guard against rx buffer overflowsStefan Richter1-16/+35
2017-02-10net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein1-1/+1
2017-02-10pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX1-2/+2
2017-02-10brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel1-1/+1
2017-02-10brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli1-1/+1
2017-02-10brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli1-1/+3
2017-02-10svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever1-1/+2
2017-02-10iwlwifi: pcie: fix access to scratch bufferSara Sharon1-2/+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-10mISDN: Fixing missing validation in base_sock_bind()Emrah Demir1-0/+3
2017-02-10mISDN: Support DR6 indication in mISDNipac driverMaciej S. Szmigiero2-0/+3
2017-02-10net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov1-1/+3
2017-02-10bonding: Fix bonding crashMahesh Bandewar3-3/+21
2017-02-10tcp: take care of truncations done by sk_filter()Eric Dumazet5-9/+33
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-10tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
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-10ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
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 Sowa2-49/+141
2017-02-10ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa2-65/+79
2017-02-10ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček3-7/+19
2017-02-10stddef.h: move offsetofend inside #ifndef/#endif guard, neatenJoe Perches1-4/+4
2017-02-10include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko2-13/+9
2017-02-10drivers/vfio: Rework offsetofend()Gavin Shan1-3/+2
2017-02-10vt: clear selection before resizingScot Doyle1-0/+3
2017-02-10tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1