summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/smc: call smc_cdc_msg_send() under send_lockKarsten Graul2019-02-011-1/+4
* net/smc: do not wait under send_lockKarsten Graul2019-02-011-6/+4
* net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul2019-02-011-1/+10
* net/smc: don't wait for send buffer space when data was already sentKarsten Graul2019-02-011-4/+3
* net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul2019-02-011-0/+4
* net/smc: allow 16 byte pnetids in netlink policyHans Wippel2019-02-011-1/+1
* net/smc: fix another sizeof to int comparisonUrsula Braun2019-02-011-1/+1
* sctp: walk the list of asoc safelyGreg Kroah-Hartman2019-02-011-2/+2
* Merge tag 'batadv-net-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-02-013-2/+8
|\
| * batman-adv: release station info tidstatsFelix Fietkau2019-01-251-0/+3
| * batman-adv: Force mac header to start of data on xmitSven Eckelmann2018-12-311-0/+2
| * batman-adv: Avoid WARN on net_device without parent in netnsSven Eckelmann2018-12-301-2/+3
* | cfg80211: call disconnect_wk when AP stopsJohannes Berg2019-02-013-1/+5
* | mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-011-3/+9
* | rds: fix refcount bug in rds_sock_addrefEric Dumazet2019-01-311-3/+3
* | l2tp: copy 4 more bytes to linear part if necessaryJacob Wen2019-01-311-3/+2
* | l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-01-314-0/+30
* | ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-01-301-0/+2
* | net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi2019-01-301-1/+6
* | net: ip_gre: always reports o_key to userspaceLorenzo Bianconi2019-01-301-1/+6
* | net: socket: make bond ioctls go through compat_ifreq_ioctl()Johannes Berg2019-01-301-4/+4
* | net: socket: fix SIOCGIFNAME in compatJohannes Berg2019-01-301-1/+2
* | Revert "kill dev_ifsioc()"Johannes Berg2019-01-301-0/+49
* | Revert "socket: fix struct ifreq size in compat ioctl"Johannes Berg2019-01-301-14/+8
* | net: set default network namespace in init_dummy_netdev()Josh Elsasser2019-01-291-0/+3
* | net: tls: Fix deadlock in free_resources txDave Watson2019-01-291-0/+2
* | net: tls: Save iv in tls_rec for async crypto requestsDave Watson2019-01-291-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-01-285-51/+165
|\ \
| * | netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell2019-01-281-1/+1
| * | netfilter: nfnetlink_osf: add missing fmatch checkFernando Fernandez Mancera2019-01-281-0/+4
| * | netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are presentFlorian Westphal2019-01-281-3/+6
| * | ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-01-241-0/+12
| * | netfilter: nft_compat: destroy function must not have side effectsFlorian Westphal2019-01-181-1/+47
| * | netfilter: nft_compat: make lists per netnsFlorian Westphal2019-01-181-40/+89
| * | netfilter: nft_compat: use refcnt_t type for nft_xt reference countFlorian Westphal2019-01-181-8/+8
* | | ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-01-281-4/+3
* | | decnet: fix DN_IFREQ_SIZEJohannes Berg2019-01-281-1/+1
* | | net/rose: fix NULL ax25_cb kernel panicBernard Pidoux2019-01-271-0/+5
* | | netrom: switch to sock timer APICong Wang2019-01-271-10/+10
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-01-273-34/+92
|\ \ \
| * | | xfrm: Make set-mark default behavior backward compatibleBenedict Wong2019-01-161-1/+4
| * | | xfrm: refine validation of template and selector familiesFlorian Westphal2019-01-101-4/+9
| * | | vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-01-091-0/+50
| * | | xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal2019-01-091-8/+7
| * | | xfrm: policy: fix reinsertion on node mergeFlorian Westphal2019-01-091-6/+8
| * | | xfrm: policy: delete inexact policies from inexact list on hash rebuildFlorian Westphal2019-01-091-13/+10
| * | | xfrm: policy: increment xfrm_hash_generation on hash rebuildFlorian Westphal2019-01-091-0/+2
| * | | xfrm: policy: use hlist rcu variants on inexact insert, part 2Florian Westphal2019-01-091-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-2716-74/+120
|\ \ \ \
| * \ \ \ Merge tag 'mac80211-for-davem-2019-01-25' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-01-254-7/+18
| |\ \ \ \