summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-10-12packet: hold bind lock when rebinding to fanout hookWillem de Bruijn
2017-10-12tcp: fastopen: fix on syn-data transmit failureEric Dumazet
2017-10-12net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti
2017-10-12ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long
2017-10-12ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long
2017-10-12udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan
2017-10-12tcp: fix data delivery rateEric Dumazet
2017-10-12tcp: update skb->skb_mstamp more carefullyEric Dumazet
2017-10-12net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko
2017-10-08rds: ib: add error handleZhu Yanjun
2017-10-08netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang
2017-10-08netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-10-08bridge: netlink: register netdevice before executing changelinkIdo Schimmel
2017-10-08udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka
2017-10-08net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-10-08audit: log 32-bit socketcallsRichard Guy Briggs
2017-10-08RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar
2017-10-05nl80211: check for the required netlink attributes presenceVladis Dronov
2017-10-05mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern
2017-10-05mac80211: fix VLAN handling with TXQsJohannes Berg
2017-09-27net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()Manfred Spraul
2017-09-27NFSv4: Fix callback server shutdownTrond Myklebust
2017-09-27SUNRPC: Refactor svc_set_num_threads()Trond Myklebust
2017-09-20ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert
2017-09-20ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan
2017-09-20sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner
2017-09-20ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-09-20ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca
2017-09-20ip6_gre: update mtu properly in ip6gre_errXin Long
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-09-20Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-09-20bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel
2017-09-20mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-09-20tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-09-20kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet
2017-09-20packet: Don't write vnet header beyond end of bufferBenjamin Poirier
2017-09-20sctp: Avoid out-of-bounds reads from address storageStefano Brivio
2017-09-20udp: on peeking bad csum, drop packets even if not at headEric Dumazet
2017-09-20ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-09-20ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-09-20ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio
2017-09-13Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri
2017-09-07xfrm: policy: check policy direction valueVladis Dronov
2017-08-30Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen
2017-08-30Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen
2017-08-30Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen
2017-08-30netfilter: nat: fix src map lookupFlorian Westphal
2017-08-30net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev
2017-08-30net: sched: fix NULL pointer dereference when action calls some targetsXin Long