summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-16can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp1-7/+16
2017-02-16svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
2017-02-15af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2017-02-15tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-02-15ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang1-3/+1
2017-02-15net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-02-15SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2-0/+6
2017-02-06net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2017-01-26svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2017-01-26gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-0/+1
2017-01-26gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-26gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2017-01-26igmp: Make igmp group member RFC 3376 compliantMichal Tesar1-1/+6
2017-01-26drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang1-1/+7
2017-01-26drop_monitor: add missing call to genlmsg_endReiter Wolfgang1-9/+24
2017-01-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2017-01-26ipv6: handle -EFAULT from skb_copy_bitsDave Jones1-2/+5
2017-01-26libceph: verify authorize reply on connectIlya Dryomov1-0/+13
2017-01-26can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+3
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-29tcp: take care of truncations done by sk_filter()Eric Dumazet3-8/+27
2016-11-29ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-29neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong1-1/+1
2016-11-29sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-11-29ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet1-0/+1
2016-11-29ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet1-7/+8
2016-11-29dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8
2016-11-29dccp: do not send reset to already closed socketsEric Dumazet1-0/+4
2016-11-29tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-29net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-11-29net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2016-11-29sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-11-29net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-11-29bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-11-29ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-11-29packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman1-0/+1
2016-11-29net: 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