summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: allow users to set ep ecn flag by sockoptXin Long2019-08-271-0/+73
* sctp: allow users to set netns ecn flag with sysctlXin Long2019-08-271-0/+7
* sctp: make ecn flag per netns and endpointXin Long2019-08-273-4/+16
* net: dsa: Advertise the VLAN offload netdev ability only if switch supports itVladimir Oltean2019-08-271-9/+6
* net: dsa: clear VLAN PVID flag for CPU portVivien Didelot2019-08-271-0/+6
* net: dsa: program VLAN on CPU port from slaveVivien Didelot2019-08-272-1/+18
* net: dsa: check bridge VLAN in slave operationsVivien Didelot2019-08-272-8/+14
* net: dsa: add slave VLAN helpersVivien Didelot2019-08-271-7/+33
* net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot2019-08-272-4/+7
* net: dsa: remove bitmap operationsVivien Didelot2019-08-272-87/+59
* 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-244-8/+22
| | * | net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2019-08-242-8/+11
| | * | sock: fix potential memory leak in proto_register()zhanglin2019-08-241-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-233-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-221-2/+9
| | * | | | net: fix icmp_socket_deliver argument 2 inputLi RongQing2019-08-211-1/+1
| | * | | | ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu2019-08-211-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
| | | |_|_|/ | | |/| | |