summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-0157-402/+584
|\
| * net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean2019-08-311-8/+11
| * taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean2019-08-311-10/+13
| * taprio: Fix kernel panic in taprio_destroyVladimir Oltean2019-08-311-4/+4
| * Merge tag 'batadv-net-for-davem-20190830' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-08-312-13/+25
| |\
| | * batman-adv: Only read OGM2 tvlv_len after buffer len checkSven Eckelmann2019-08-231-6/+12
| | * batman-adv: Only read OGM tvlv_len after buffer len checkSven Eckelmann2019-08-231-7/+13
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-08-305-7/+11
| |\ \
| | * | netfilter: nft_meta_bridge: Fix get NFT_META_BRI_IIFVPROTO in network byteorderwenxu2019-08-301-1/+1
| | * | netfilter: nf_flow_table: clear skb tstamp before xmitFlorian Westphal2019-08-291-1/+2
| | * | netfilter: conntrack: make sysctls per-namespace againFlorian Westphal2019-08-271-0/+5
| | * | netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch2019-08-271-1/+1
| | * | netfilter: xt_physdev: Fix spurious error message in physdev_mt_checkTodd Seidelmann2019-08-271-4/+2
| * | | rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells2019-08-305-5/+50
| * | | Merge tag 'rxrpc-fixes-20190827' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-08-3013-237/+291
| |\ \ \
| | * | | rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells2019-08-274-28/+48
| | * | | rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-2711-47/+47
| | * | | rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells2019-08-272-1/+3
| | * | | rxrpc: Abstract out rxtx ring cleanupDavid Howells2019-08-271-16/+17
| | * | | rxrpc: Pass the input handler's data skb reference to the Rx ringDavid Howells2019-08-271-5/+15
| | * | | rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells2019-08-273-136/+139
| | * | | rxrpc: Improve jumbo packet countingDavid Howells2019-08-273-12/+30
| * | | | mac80211: Correctly set noencrypt for PAE framesDenis Kenzior2019-08-291-1/+1
| * | | | mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior2019-08-291-2/+2
| * | | | net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti2019-08-281-2/+6
| * | | | tcp: inherit timestamp on mtu probeWillem de Bruijn2019-08-281-1/+2
| * | | | net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-08-282-2/+6
| * | | | openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit2019-08-281-1/+4
| * | | | openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-08-283-66/+95
| * | | | mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-08-281-2/+3
| * | | | net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti2019-08-281-4/+7
| * | | | tcp: remove empty skb from write queue in error casesEric Dumazet2019-08-271-10/+20
| * | | | net/rds: Fix info leak in rds6_inc_info_copy()Ka-Cheong Poon2019-08-271-1/+4
| * | | | net: fix skb use after free in netpollFeng Sun2019-08-271-3/+3
| * | | | net: dsa: tag_8021q: Future-proof the reserved fields in the custom VIDVladimir Oltean2019-08-271-0/+2
| * | | | net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-2719-23/+24
* | | | | Merge tag 'ceph-for-5.3-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds2019-08-301-2/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | libceph: don't call crypto_free_sync_skcipher() on a NULL tfmJia-Ju Bai2019-08-281-2/+4
* | | | | Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-08-272-22/+32
|\ \ \ \ \
| * | | | | SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust2019-08-261-1/+1
| * | | | | Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust2019-08-261-7/+0
| * | | | | SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust2019-08-261-3/+7
| * | | | | SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust2019-08-261-11/+24
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-2728-100/+186
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | openvswitch: Fix conntrack cache with timeoutYi-Hung Wei2019-08-251-0/+13
| * | | | ipv4: mpls: fix mpls_xmit for iptunnelAlexey Kodanev2019-08-251-4/+4
| * | | | net: rds: add service level support in rds-infoZhu Yanjun2019-08-244-8/+22
| * | | | net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2019-08-242-8/+11
| * | | | sock: fix potential memory leak in proto_register()zhanglin2019-08-241-10/+21
| * | | | xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu2019-08-241-2/+2