summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-12-13net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-12-13net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-12-13packet: fix race condition in packet_set_ringPhilip Pettersson1-6/+12
2016-12-13net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet1-5/+7
2016-12-13net/sched: pedit: make sure that offset is validAmir Vadai1-4/+20
2016-12-13l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2-4/+6
2016-12-13ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni1-2/+11
2016-12-12ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+3
2016-12-12ipv6: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-12cfg80211: limit scan results cache sizeJohannes Berg2-0/+70
2016-11-28tcp: take care of truncations done by sk_filter()Eric Dumazet3-8/+27
2016-11-28ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-28neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong1-1/+1
2016-11-28sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-11-28ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet1-0/+1
2016-11-28ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet1-7/+8
2016-11-28dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8
2016-11-28dccp: do not send reset to already closed socketsEric Dumazet1-0/+4
2016-11-28tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-28net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-11-28net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2016-11-28sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-11-28net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-11-28bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-11-28ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-11-28packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman1-0/+1
2016-11-28net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-33/+43
2016-11-24ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov4-5/+10
2016-11-24ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2016-11-24tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2016-11-24tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2016-11-24net: fix sk_mem_reclaim_partial()Eric Dumazet1-4/+5
2016-11-24can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp1-9/+23
2016-11-24netfilter: fix namespace handling in nf_log_proc_dostringJann Horn1-2/+4
2016-11-24mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2016-11-08tunnels: Remove encapsulation offloads on decap.Jesse Gross2-3/+5
2016-10-07NFS: Don't drop CB requests with invalid principalsChuck Lever1-0/+5
2016-10-07svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever1-1/+2
2016-10-06net: caif: fix misleading indentationArnd Bergmann1-1/+1
2016-09-29ipvs: count pre-established TCP states as activeMichal Kubecek1-2/+23
2016-09-29net: disable fragment reassembly if high_thresh is set to zeroMichal Kubecek3-0/+11
2016-09-29ipv6: release dst in ping_v6_sendmsgDave Jones1-2/+7
2016-09-29net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov1-1/+3
2016-09-29bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-09-29tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2-2/+14
2016-09-29net/irda: handle iriap_register_lsap() allocation failureVegard Nossum1-2/+6
2016-09-29Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg1-23/+2
2016-09-21mac80211: fix purging multicast PS buffer queueFelix Fietkau2-4/+4
2016-08-19netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore1-2/+10
2016-08-19Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1