summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* | 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/+7Star
| * | 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/+10Star
| * | 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
| |\ \ \
| | * | | cfg80211: extend range deviation for DMGChaitanya Tata2019-01-251-2/+2
| | * | | cfg80211: reg: remove warn_on for a normal caseChaitanya Tata2019-01-251-2/+7
| | * | | mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre2019-01-251-1/+1
| | * | | mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori2019-01-251-0/+4
| | * | | nl80211: fix NLA_POLICY_NESTED() argumentsJohannes Berg2019-01-251-1/+1
| | * | | mac80211: fix miscounting of ttl-dropped framesBob Copeland2019-01-191-1/+3
| * | | | Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/...David S. Miller2019-01-251-0/+27
| |\ \ \ \
| | * | | | can: bcm: check timer values before ktime conversionOliver Hartkopp2019-01-221-0/+27
| * | | | | sctp: set flow sport from saddr only when it's 0Xin Long2019-01-252-2/+4
| * | | | | sctp: set chunk transport correctly when it's a new asocXin Long2019-01-251-3/+8
| * | | | | sctp: improve the events for sctp stream addingXin Long2019-01-251-11/+8Star
| * | | | | sctp: improve the events for sctp stream resetXin Long2019-01-251-22/+17Star
| * | | | | ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu2019-01-251-1/+7
| * | | | | ax25: fix possible use-after-freeEric Dumazet2019-01-232-13/+10Star
| * | | | | net/ipv6: lower the level of "link is not ready" messagesLubomir Rintel2019-01-231-2/+2
| * | | | | net/ipv6: don't return positive numbers when nothing was dumpedJakub Kicinski2019-01-231-0/+2
| * | | | | net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-01-223-13/+17
| |/ / / /
* / / / / libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-01-211-2/+3
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-2151-322/+296Star
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-203-15/+34
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-202-10/+12
| | * | | bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng2019-01-181-0/+4
| | * | | bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov2019-01-181-1/+4
| | * | | bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre2019-01-171-1/+1