summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-3030-97/+96
|\ \ \ \ \ \ \ \
| * | | | | | | | 9p: untangle ->poll() messAl Viro2017-11-281-30/+30
| * | | | | | | | net: annotate ->poll() instancesAl Viro2017-11-2729-61/+62
| * | | | | | | | annotate poll-related wait keysAl Viro2017-11-272-4/+2
| * | | | | | | | anntotate the places where ->poll() return values goAl Viro2017-11-272-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-304-19/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-034-19/+4
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-113-18/+3
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | netfilter: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-043-18/+3
| | | |/ / / / /
| | * | | | | | netfilter: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-11-281-1/+1
| | |/ / / / /
* | | | | | | 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
| | |/ / / / / /
OpenPOWER on IntegriCloud