summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-01-26svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields
2017-01-26gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu
2017-01-26gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-01-26gro: Enter slow-path if there is no tailroomHerbert Xu
2017-01-26igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2017-01-26drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-01-26drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2017-01-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2017-01-26ipv6: handle -EFAULT from skb_copy_bitsDave Jones
2017-01-26libceph: verify authorize reply on connectIlya Dryomov
2017-01-26can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde
2016-12-13net: ping: check minimum size on ICMP header lengthKees Cook
2016-12-13net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-12-13packet: fix race condition in packet_set_ringPhilip Pettersson
2016-12-13net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet
2016-12-13net/sched: pedit: make sure that offset is validAmir Vadai
2016-12-13l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault
2016-12-13ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni
2016-12-12ipv4: Set skb->protocol properly for local outputEli Cooper
2016-12-12ipv6: Set skb->protocol properly for local outputEli Cooper
2016-12-12cfg80211: limit scan results cache sizeJohannes Berg
2016-11-28tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-28ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2016-11-28neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2016-11-28sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner
2016-11-28ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet
2016-11-28ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet
2016-11-28dccp: fix out of bound access in dccp_v4_err()Eric Dumazet
2016-11-28dccp: do not send reset to already closed socketsEric Dumazet
2016-11-28tcp: fix potential memory corruptionEric Dumazet
2016-11-28net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2016-11-28net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2016-11-28sctp: validate chunk len before actually using itMarcelo Ricardo Leitner
2016-11-28net: sctp, forbid negative lengthJiri Slaby
2016-11-28bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov
2016-11-28ipv6: correctly add local routes when lo goes upNicolas Dichtel
2016-11-28packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman
2016-11-28net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2016-11-24ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-11-24ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson
2016-11-24tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2016-11-24tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2016-11-24net: fix sk_mem_reclaim_partial()Eric Dumazet
2016-11-24can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp
2016-11-24netfilter: fix namespace handling in nf_log_proc_dostringJann Horn
2016-11-24mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg
2016-11-08tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-10-07NFS: Don't drop CB requests with invalid principalsChuck Lever
2016-10-07svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever
2016-10-06net: caif: fix misleading indentationArnd Bergmann