summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-09-01taprio: Fix kernel panic in taprio_destroyVladimir Oltean1-4/+4
2019-08-31net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filteringVladimir Oltean1-20/+82
2019-08-31net: bridge: Populate the pvid flag in br_vlan_get_infoVladimir Oltean1-0/+2
2019-08-31Merge tag 'batadv-net-for-davem-20190830' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-13/+25
2019-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-7/+11
2019-08-31xsk: add support to allow unaligned chunk placementKevin Laatz4-32/+153
2019-08-31bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov1-1/+1
2019-08-31net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov1-0/+2
2019-08-31tcp_bbr: clarify that bbr_bdp() rounds up in commentsLuke Hsiao1-2/+4
2019-08-31sched: act_vlan: implement stats_update callbackJiri Pirko1-0/+14
2019-08-31rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells5-5/+50
2019-08-31Merge tag 'rxrpc-fixes-20190827' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller13-237/+291
2019-08-30Merge tag 'ceph-for-5.3-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+4
2019-08-30netfilter: nft_meta_bridge: Fix get NFT_META_BRI_IIFVPROTO in network byteorderwenxu1-1/+1
2019-08-29mac80211: Correctly set noencrypt for PAE framesDenis Kenzior1-1/+1
2019-08-29mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior1-2/+2
2019-08-29netfilter: nf_flow_table: clear skb tstamp before xmitFlorian Westphal1-1/+2
2019-08-29net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti1-2/+6
2019-08-29tcp: inherit timestamp on mtu probeWillem de Bruijn1-1/+2
2019-08-29net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2-2/+6
2019-08-29openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit1-1/+4
2019-08-29openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose3-66/+95
2019-08-29mld: fix memory leak in mld_del_delrec()Eric Dumazet1-2/+3
2019-08-29net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti1-4/+7
2019-08-28libceph: don't call crypto_free_sync_skcipher() on a NULL tfmJia-Ju Bai1-2/+4
2019-08-28tcp: remove empty skb from write queue in error casesEric Dumazet1-10/+20
2019-08-28net/rds: Fix info leak in rds6_inc_info_copy()Ka-Cheong Poon1-1/+4
2019-08-28sctp: allow users to set ep ecn flag by sockoptXin Long1-0/+73
2019-08-28sctp: allow users to set netns ecn flag with sysctlXin Long1-0/+7
2019-08-28sctp: make ecn flag per netns and endpointXin Long3-4/+16
2019-08-28net: fix skb use after free in netpollFeng Sun1-3/+3
2019-08-28net: dsa: Advertise the VLAN offload netdev ability only if switch supports itVladimir Oltean1-9/+6
2019-08-28net: dsa: tag_8021q: Future-proof the reserved fields in the custom VIDVladimir Oltean1-0/+2
2019-08-28net: dsa: clear VLAN PVID flag for CPU portVivien Didelot1-0/+6
2019-08-28net: dsa: program VLAN on CPU port from slaveVivien Didelot2-1/+18
2019-08-28net: dsa: check bridge VLAN in slave operationsVivien Didelot2-8/+14
2019-08-28net: dsa: add slave VLAN helpersVivien Didelot1-7/+33
2019-08-28net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot2-4/+7
2019-08-28net: dsa: remove bitmap operationsVivien Didelot2-87/+59
2019-08-28net_sched: fix a NULL pointer deref in ipt actionCong Wang19-23/+24
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller31-127/+222
2019-08-27Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-22/+32
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds28-100/+186
2019-08-27netfilter: conntrack: make sysctls per-namespace againFlorian Westphal1-0/+5
2019-08-27netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch1-1/+1
2019-08-27netfilter: xt_physdev: Fix spurious error message in physdev_mt_checkTodd Seidelmann1-4/+2
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells4-28/+48
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells11-47/+47
2019-08-27rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells2-1/+3
2019-08-27rxrpc: Abstract out rxtx ring cleanupDavid Howells1-16/+17