summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-08-27sctp: allow users to set ep ecn flag by sockoptXin Long-0/+73
2019-08-27sctp: allow users to set netns ecn flag with sysctlXin Long-0/+7
2019-08-27sctp: make ecn flag per netns and endpointXin Long-4/+16
2019-08-27net: fix skb use after free in netpollFeng Sun-3/+3
2019-08-27net: dsa: Advertise the VLAN offload netdev ability only if switch supports itVladimir Oltean-9/+6
2019-08-27net: dsa: tag_8021q: Future-proof the reserved fields in the custom VIDVladimir Oltean-0/+2
2019-08-27net: dsa: clear VLAN PVID flag for CPU portVivien Didelot-0/+6
2019-08-27net: dsa: program VLAN on CPU port from slaveVivien Didelot-1/+18
2019-08-27net: dsa: check bridge VLAN in slave operationsVivien Didelot-8/+14
2019-08-27net: dsa: add slave VLAN helpersVivien Didelot-7/+33
2019-08-27net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot-4/+7
2019-08-27net: dsa: remove bitmap operationsVivien Didelot-87/+59
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang-23/+24
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-127/+222
2019-08-27Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-22/+32
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-100/+186
2019-08-27netfilter: not mark a spinlock as __read_mostlyLi RongQing-3/+2
2019-08-27netfilter: conntrack: make sysctls per-namespace againFlorian Westphal-0/+5
2019-08-27netfilter: nft_dynset: support for element deletionAnder Juaristi-0/+25
2019-08-27netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch-1/+1
2019-08-27netfilter: xt_physdev: Fix spurious error message in physdev_mt_checkTodd Seidelmann-4/+2
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells-28/+48
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells-47/+47
2019-08-27rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells-1/+3
2019-08-27rxrpc: Abstract out rxtx ring cleanupDavid Howells-16/+17
2019-08-27rxrpc: Pass the input handler's data skb reference to the Rx ringDavid Howells-5/+15
2019-08-27rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells-136/+139
2019-08-27rxrpc: Improve jumbo packet countingDavid Howells-12/+30
2019-08-26net: sched: flower: don't take rtnl lock for cls hw offloads APIVlad Buslov-37/+16
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov-1/+8
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov-0/+34
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov-8/+19
2019-08-26net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov-0/+65
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov-0/+6
2019-08-26net: sched: notify classifier on successful offload add/deleteVlad Buslov-9/+43
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov-91/+217
2019-08-26net: sched: change tcf block offload counter type to atomic_tVlad Buslov-1/+1
2019-08-26net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov-9/+36
2019-08-26xprtrdma: Send Queue size grows after a reconnectChuck Lever-12/+14
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever-4/+9
2019-08-26SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust-1/+1
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust-7/+0
2019-08-26SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust-3/+7
2019-08-26SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust-11/+24
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever-9/+29
2019-08-26netfilter: nfnetlink_log: add support for VLAN informationMichael Braun-0/+57
2019-08-26netfilter: nft_meta: support for time matchingAnder Juaristi-0/+46
2019-08-26netfilter: nf_tables: Introduce new 64-bit helper register functionsAnder Juaristi-4/+5
2019-08-25openvswitch: Fix conntrack cache with timeoutYi-Hung Wei-0/+13
2019-08-25ipv4: mpls: fix mpls_xmit for iptunnelAlexey Kodanev-4/+4