summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Fix off-by-one number of calls to devlink_port_unregisterVladimir Oltean2019-09-021-10/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-0258-404/+588
|\
| * 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
* | | | | | netlabel: remove redundant assignment to pointer iterColin Ian King2019-09-011-1/+1
* | | | | | net/ncsi: add response handlers for PLDM over NC-SIBen Wei2019-08-312-2/+14
* | | | | | devlink: Use switch-case instead of if-elseParav Pandit2019-08-311-17/+22
* | | | | | devlink: Make port index data type as unsigned intParav Pandit2019-08-311-2/+3
* | | | | | net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti2019-08-311-0/+64
* | | | | | tcp: ulp: add functions to dump ulp-specific informationDavide Caratti2019-08-311-1/+51
* | | | | | net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-08-313-9/+21
* | | | | | net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filteringVladimir Oltean2019-08-311-20/+82
* | | | | | net: bridge: Populate the pvid flag in br_vlan_get_infoVladimir Oltean2019-08-311-0/+2
* | | | | | net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov2019-08-301-0/+2