summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-2731-127/+222
|\
| * Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-08-272-22/+32
| |\
| | * SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust2019-08-261-1/+1
| | * Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust2019-08-261-7/+0
| | * SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust2019-08-261-3/+7
| | * SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust2019-08-261-11/+24
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-2728-100/+186
| |\ \
| | * | openvswitch: Fix conntrack cache with timeoutYi-Hung Wei2019-08-251-0/+13
| | * | ipv4: mpls: fix mpls_xmit for iptunnelAlexey Kodanev2019-08-251-4/+4
| | * | net: rds: add service level support in rds-infoZhu Yanjun2019-08-254-8/+22
| | * | net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2019-08-252-8/+11
| | * | sock: fix potential memory leak in proto_register()zhanglin2019-08-251-10/+21
| | * | xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu2019-08-241-2/+2
| | * | ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-08-241-1/+7
| | * | openvswitch: Fix log message in ovs conntrackYi-Hung Wei2019-08-241-1/+1
| | * | Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/sc...David S. Miller2019-08-241-1/+1
| | |\ \
| | | * | net: ieee802154: remove redundant assignment to rcColin Ian King2019-08-141-1/+1
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-243-6/+8
| | |\ \ \
| | | * | | bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich2019-08-241-4/+4
| | | * | | flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki2019-08-241-1/+1
| | | * | | xdp: unpin xdp umem pages in error pathIvan Khoronzhuk2019-08-201-1/+3
| | * | | | ipv6: propagate ipv6_add_dev's error returns out of ipv6_find_idevSabrina Dubroca2019-08-231-8/+8
| | * | | | net/ncsi: Fix the payload copying for the request coming from NetlinkJustin.Lee1@Dell.com2019-08-231-2/+9
| | * | | | net: fix icmp_socket_deliver argument 2 inputLi RongQing2019-08-221-1/+1
| | * | | | ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu2019-08-221-1/+2
| | * | | | Merge tag 'batadv-net-for-davem-20190821' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-08-211-1/+1
| | |\ \ \ \
| | | * | | | batman-adv: fix uninit-value in batadv_netlink_get_ifindex()Eric Dumazet2019-08-141-1/+1
| | * | | | | Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert2019-08-211-1/+1
| | * | | | | cfg80211: Fix Extended Key ID key install checksAlexander Wetzel2019-08-211-9/+14
| | * | | | | mac80211: fix possible sta leakJohannes Berg2019-08-211-4/+5
| | * | | | | net: fix __ip_mc_inc_group usageLi RongQing2019-08-201-2/+2
| | * | | | | net/ncsi: Ensure 32-bit boundary for data cksumTerry S. Duncan2019-08-202-4/+7
| | * | | | | net/smc: make sure EPOLLOUT is raisedJason Baron2019-08-201-4/+2
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-08-193-15/+35
| | |\ \ \ \ \
| | | * | | | | netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro2019-08-191-11/+25
| | | * | | | | netfilter: nft_flow_offload: missing netlink attribute policyPablo Neira Ayuso2019-08-191-0/+6
| | | * | | | | netfilter: ebtables: Fix argument order to ADD_COUNTERTodd Seidelmann2019-08-191-4/+4
| | * | | | | | tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-08-191-7/+9
| | |/ / / / /
| * | | | | | Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds2019-08-231-5/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | libceph: fix PG split vs OSD (re)connect raceIlya Dryomov2019-08-221-5/+4
| | | |_|_|/ | | |/| | |
* | | | | | net: sched: flower: don't take rtnl lock for cls hw offloads APIVlad Buslov2019-08-261-37/+16
* | | | | | net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov2019-08-261-1/+8
* | | | | | net: sched: take reference to action dev before calling offloadsVlad Buslov2019-08-262-0/+34
* | | | | | net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov2019-08-263-8/+19
* | | | | | net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov2019-08-261-0/+65
* | | | | | net: sched: add API for registering unlocked offload block callbacksVlad Buslov2019-08-261-0/+6
* | | | | | net: sched: notify classifier on successful offload add/deleteVlad Buslov2019-08-262-9/+43
* | | | | | net: sched: refactor block offloads counter usageVlad Buslov2019-08-265-91/+217
* | | | | | net: sched: change tcf block offload counter type to atomic_tVlad Buslov2019-08-261-1/+1
* | | | | | net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov2019-08-261-9/+36