summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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: not mark a spinlock as __read_mostlyLi RongQing2-3/+2
2019-08-27netfilter: conntrack: make sysctls per-namespace againFlorian Westphal1-0/+5
2019-08-27netfilter: nft_dynset: support for element deletionAnder Juaristi2-0/+25
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
2019-08-27rxrpc: Pass the input handler's data skb reference to the Rx ringDavid Howells1-5/+15
2019-08-27rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells3-136/+139
2019-08-27rxrpc: Improve jumbo packet countingDavid Howells3-12/+30
2019-08-27net: sched: flower: don't take rtnl lock for cls hw offloads APIVlad Buslov1-37/+16
2019-08-27net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov1-1/+8
2019-08-27net: sched: take reference to action dev before calling offloadsVlad Buslov2-0/+34
2019-08-27net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov3-8/+19
2019-08-27net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov1-0/+65
2019-08-27net: sched: add API for registering unlocked offload block callbacksVlad Buslov1-0/+6
2019-08-27net: sched: notify classifier on successful offload add/deleteVlad Buslov2-9/+43
2019-08-27net: sched: refactor block offloads counter usageVlad Buslov5-91/+217
2019-08-27net: sched: change tcf block offload counter type to atomic_tVlad Buslov1-1/+1
2019-08-27net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov1-9/+36