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