summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2018-01-26VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi-1/+1
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev-0/+3
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel-10/+7
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman-0/+18
2018-01-24kcm: Check if sk_user_data already set in kcm_attachTom Herbert-2/+14
2018-01-24kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert-2/+7
2018-01-24net: sched: em_nbyte: don't add the data offset twiceWolfgang Bumiller-1/+1
2018-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-11/+22
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings-2/+2
2018-01-23xfrm: fix boolean assignment in xfrm_get_type_offloadGustavo A. R. Silva-1/+1
2018-01-23xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman-0/+2
2018-01-22tls: Correct length of scatterlist in tls_sw_sendpageDave Watson-0/+2
2018-01-22net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau-1/+1
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn-0/+21
2018-01-22net: qdisc_pkt_len_init() should be more robustEric Dumazet-4/+15
2018-01-22rds: tcp: compute m_ack_seq as offset from ->write_seqSowmini Varadhan-5/+6
2018-01-19xfrm: fix error flow in case of add state failsAviad Yehezkel-0/+1
2018-01-18Merge tag 'linux-can-fixes-for-4.15-20180118' of ssh://gitolite.kernel.org/pu...David S. Miller-22/+14
2018-01-18ipv6: don't let tb6_root node share routes with other nodeWei Wang-2/+8
2018-01-18ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev-7/+7
2018-01-18flow_dissector: properly cap thoff fieldEric Dumazet-2/+1
2018-01-18cfg80211: fix station info handling bugsJohannes Berg-3/+2
2018-01-18netlink: reset extack earlier in netlink_rcv_skbXin Long-1/+1
2018-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+4
2018-01-18xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman-10/+18
2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde-11/+7
2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde-11/+7
2018-01-17bpf: fix cls_bpf on filter replaceDaniel Borkmann-1/+8
2018-01-17tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca-2/+2
2018-01-17tls: return -EBUSY if crypto_info is already setSabrina Dubroca-1/+3
2018-01-17tls: fix sw_ctx leakSabrina Dubroca-5/+7
2018-01-17net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin-0/+9
2018-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-143/+135
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann-30/+22
2018-01-16Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller-9/+15
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long-8/+6
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long-10/+6
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long-2/+8
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall-1/+6
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall-2/+2
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu-50/+1
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de-2/+2
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet-0/+1
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner-2/+3
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti-0/+1
2018-01-15netlink: extack needs to be reset each time through loopDavid Ahern-1/+2
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang-12/+14
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney-2/+4
2018-01-159p: add missing module license for xen transportStephen Hemminger-0/+4
2018-01-15cfg80211: check dev_set_name() return valueJohannes Berg-1/+7