summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nl80211: Sanitize array index in parse_txq_paramsDan Williams2018-01-301-3/+6
* VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi2018-01-261-1/+1
* dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev2018-01-261-0/+3
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-255-10/+7
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-252-0/+18
* kcm: Check if sk_user_data already set in kcm_attachTom Herbert2018-01-241-2/+14
* kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert2018-01-241-2/+7
* net: sched: em_nbyte: don't add the data offset twiceWolfgang Bumiller2018-01-241-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-245-11/+22
|\
| * xfrm: fix boolean assignment in xfrm_get_type_offloadGustavo A. R. Silva2018-01-231-1/+1
| * xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman2018-01-232-0/+2
| * xfrm: fix error flow in case of add state failsAviad Yehezkel2018-01-191-0/+1
| * xfrm: Add SA to hardware at the end of xfrm_state_construct()Yossi Kuperman2018-01-182-10/+18
* | ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-232-2/+2
* | tls: Correct length of scatterlist in tls_sw_sendpageDave Watson2018-01-221-0/+2
* | net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau2018-01-221-1/+1
* | gso: validate gso_type in GSO handlersWillem de Bruijn2018-01-227-0/+21
* | net: qdisc_pkt_len_init() should be more robustEric Dumazet2018-01-221-4/+15
* | rds: tcp: compute m_ack_seq as offset from ->write_seqSowmini Varadhan2018-01-223-5/+6
* | Merge tag 'linux-can-fixes-for-4.15-20180118' of ssh://gitolite.kernel.org/pu...David S. Miller2018-01-181-22/+14
|\ \
| * | can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-181-11/+7
| * | can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-181-11/+7
| |/
* | ipv6: don't let tb6_root node share routes with other nodeWei Wang2018-01-181-2/+8
* | ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev2018-01-181-7/+7
* | flow_dissector: properly cap thoff fieldEric Dumazet2018-01-181-2/+1
* | cfg80211: fix station info handling bugsJohannes Berg2018-01-182-3/+2
* | netlink: reset extack earlier in netlink_rcv_skbXin Long2018-01-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-181-0/+4
|\ \ | |/ |/|
| * bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-141-0/+4
* | bpf: fix cls_bpf on filter replaceDaniel Borkmann2018-01-171-1/+8
* | tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca2018-01-171-2/+2
* | tls: return -EBUSY if crypto_info is already setSabrina Dubroca2018-01-171-1/+3
* | tls: fix sw_ctx leakSabrina Dubroca2018-01-171-5/+7
* | net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin2018-01-171-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-1627-143/+135
|\ \
| * | net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann2018-01-163-30/+22
| * | Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-01-164-9/+15
| |\ \
| | * | cfg80211: check dev_set_name() return valueJohannes Berg2018-01-151-1/+7
| | * | mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-151-2/+0
| | * | nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski2018-01-151-4/+7
| | * | cfg80211: fully initialize old channel for eventJohannes Berg2018-01-151-2/+1
| | |/
| * | sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2018-01-161-8/+6
| * | sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long2018-01-161-10/+6
| * | sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long2018-01-161-2/+8
| * | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-151-1/+6
| * | net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall2018-01-151-2/+2
| * | Revert "openvswitch: Add erspan tunnel support."William Tu2018-01-151-50/+1
| * | net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-151-2/+2
| * | ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet2018-01-151-0/+1
| * | sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner2018-01-152-2/+3
OpenPOWER on IntegriCloud