summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-08-25Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-08-24net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev
2017-08-20ipv6: repair fib6 tree in failure caseWei Wang
2017-08-18net: sched: fix NULL pointer dereference when action calls some targetsXin Long
2017-08-18rxrpc: Fix oops when discarding a preallocated service callDavid Howells
2017-08-18irda: do not leak initialized list.dev to userspaceColin Ian King
2017-08-18tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell
2017-08-18net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu
2017-08-18ipv6: reset fn->rr_ptr when replacing routeWei Wang
2017-08-18sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko
2017-08-18tipc: fix use-after-freeEric Dumazet
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson
2017-08-18net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet
2017-08-16dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet
2017-08-16openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang
2017-08-16net: igmp: Use ingress interface rather than vrf deviceDavid Ahern
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet
2017-08-14dccp: purge write queue in dccp_destroy_sock()Eric Dumazet
2017-08-14ipv6: release rt6->rt6i_idev properly during ifdownWei Wang
2017-08-14af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet
2017-08-14tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca
2017-08-14tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy
2017-08-14tipc: accept PACKET_MULTICAST packetsJon Paul Maloy
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal
2017-08-11bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann
2017-08-11net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov
2017-08-11net: dsa: ksz: fix skb freeingVivien Didelot
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-09net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov
2017-08-09tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-09mac80211: add api to start ba session timer expired flowNaftali Goldstein
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-08rds: Reintroduce statistics countingHÃ¥kon Bugge
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-08-08net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long
2017-08-04Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-08-03ipv6: set rt6i_protocol properly in the route when it is installedXin Long