summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* devlink: publish params only after driver init is doneJiri Pirko2019-02-091-1/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0950-252/+576
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-0848-240/+474
| |\
| | * sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-071-1/+2
| | * net: dsa: Fix NULL checking in dsa_slave_set_eee()Dan Carpenter2019-02-061-2/+2
| | * rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-061-1/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-02-058-116/+111Star
| | |\
| | | * netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal2019-02-051-39/+23Star
| | | * netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper2019-02-051-1/+3
| | | * netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-02-046-79/+72Star
| | | * netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis2019-02-041-0/+16
| | * | net: dsa: Fix lockdep false positive splatMarc Zyngier2019-02-051-0/+4
| | * | net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge2019-02-051-5/+8
| | * | net: cls_flower: Remove filter from mask before freeing itPetr Machata2019-02-041-1/+5
| | * | net/smc: correct state change for peer closingUrsula Braun2019-02-041-8/+1Star
| | * | net/smc: delete rkey first before switching to unusedUrsula Braun2019-02-041-1/+1
| | * | net/smc: fix sender_free computationUrsula Braun2019-02-043-4/+30
| | * | net/smc: preallocated memory for rdma work requestsUrsula Braun2019-02-047-33/+92
| | |/
| | * sctp: check and update stream->out_curr when allocating stream_outXin Long2019-02-031-0/+20
| | * vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-02-031-0/+3
| | * vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-02-031-8/+18
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-022-2/+3
| | |\
| | | * sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki2019-01-291-2/+1Star
| | | * bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao2019-01-231-0/+2
| | * | dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet2019-02-011-2/+2
| | * | net/smc: fix use of variable in cleared areaKarsten Graul2019-02-011-4/+4
| | * | net/smc: use device link provided in qp_contextKarsten Graul2019-02-011-3/+3
| | * | 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/+4Star
| | * | 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/+3Star
| | * | 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/+2Star
| | * | | 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