aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-27sctp: allow users to set ep ecn flag by sockoptXin Long1-0/+73
2019-08-27sctp: allow users to set netns ecn flag with sysctlXin Long1-0/+7
2019-08-27sctp: make ecn flag per netns and endpointXin Long3-4/+16
2019-08-27net: dsa: Advertise the VLAN offload netdev ability only if switch supports itVladimir Oltean1-9/+6
2019-08-27net: dsa: clear VLAN PVID flag for CPU portVivien Didelot1-0/+6
2019-08-27net: dsa: program VLAN on CPU port from slaveVivien Didelot2-1/+18
2019-08-27net: dsa: check bridge VLAN in slave operationsVivien Didelot2-8/+14
2019-08-27net: dsa: add slave VLAN helpersVivien Didelot1-7/+33
2019-08-27net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot2-4/+7
2019-08-27net: dsa: remove bitmap operationsVivien Didelot2-87/+59
2019-08-27Merge 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-26net: sched: flower: don't take rtnl lock for cls hw offloads APIVlad Buslov1-37/+16
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov1-1/+8
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov2-0/+34
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov3-8/+19
2019-08-26net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov1-0/+65
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov1-0/+6
2019-08-26net: sched: notify classifier on successful offload add/deleteVlad Buslov2-9/+43
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov5-91/+217
2019-08-26net: sched: change tcf block offload counter type to atomic_tVlad Buslov1-1/+1
2019-08-26net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov1-9/+36
2019-08-26SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust1-1/+1
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust1-7/+0
2019-08-26SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust1-3/+7
2019-08-26SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust1-11/+24
2019-08-25openvswitch: Fix conntrack cache with timeoutYi-Hung Wei1-0/+13
2019-08-25ipv4: mpls: fix mpls_xmit for iptunnelAlexey Kodanev1-4/+4
2019-08-24net: rds: add service level support in rds-infoZhu Yanjun4-8/+22
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2-8/+11
2019-08-24sock: fix potential memory leak in proto_register()zhanglin1-10/+21
2019-08-24net/core/skmsg: Delete an unnecessary check before the function call “consume_skb”Markus Elfring1-2/+1
2019-08-24xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu1-2/+2
2019-08-24ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu1-1/+7
2019-08-24openvswitch: Fix log message in ovs conntrackYi-Hung Wei1-1/+1
2019-08-24Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpanDavid S. Miller1-1/+1
2019-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-6/+8
2019-08-24bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich1-4/+4
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki1-1/+1
2019-08-23drop_monitor: Make timestamps y2038 safeIdo Schimmel1-8/+6
2019-08-23net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes3-15/+27
2019-08-23ipv6: propagate ipv6_add_dev's error returns out of ipv6_find_idevSabrina Dubroca1-8/+8
2019-08-23net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long1-1/+3
2019-08-23Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds1-5/+4
2019-08-22net/ncsi: update response packet length for GCPS/GNS/GNPTS commandsBen Wei1-3/+3
2019-08-22net/ncsi: Fix the payload copying for the request coming from NetlinkJustin.Lee1@Dell.com1-2/+9
2019-08-22nexthops: remove redundant assignment to variable errColin Ian King1-1/+1
2019-08-22libceph: fix PG split vs OSD (re)connect raceIlya Dryomov1-5/+4
2019-08-21net: fix icmp_socket_deliver argument 2 inputLi RongQing1-1/+1