summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-1917-63/+143
|\
| * ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-181-2/+5
| * tipc: don't assume linear buffer when reading ancillary dataJon Maloy2018-11-171-4/+11
| * tipc: fix lockdep warning when reinitilaizing socketsJon Maloy2018-11-173-18/+48
| * net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-171-0/+4
| * ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca2018-11-171-1/+1
| * net: bridge: fix vlan stats use-after-free on destructionNikolay Aleksandrov2018-11-172-1/+9
| * socket: do a generic_file_splice_read when proto_ops has no splice_readSlavomir Kaslev2018-11-171-1/+1
| * Merge tag 'batadv-net-for-davem-20181114' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-11-162-3/+5
| |\
| | * batman-adv: Expand merged fragment buffer for full packetSven Eckelmann2018-11-121-1/+1
| | * batman-adv: Use explicit tvlv padding for ELP packetsSven Eckelmann2018-11-121-2/+4
| * | net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti2018-11-161-1/+2
| * | ipv6: fix a dst leak when removing its exceptionXin Long2018-11-161-4/+3
| * | net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flowsEric Dumazet2018-11-151-12/+19
| * | rxrpc: Fix life checkDavid Howells2018-11-151-4/+23
| * | l2tp: fix a sock refcnt leak in l2tp_tunnel_registerXin Long2018-11-141-5/+4
| * | Merge tag 'linux-can-fixes-for-4.20-20181109' of ssh://gitolite.kernel.org/pu...David S. Miller2018-11-131-7/+8
| |\ \
| | * | can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp2018-11-091-7/+8
* | | | Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-152-26/+43
|\ \ \ \
| * | | | SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-11-121-7/+1
| * | | | SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cacheTrond Myklebust2018-11-121-19/+42
| |/ / /
* | | | Merge tag 'nfsd-4.20-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-11-141-4/+3
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-081-1/+1
| * | | sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-051-3/+2
| | |/ | |/|
* | | act_mirred: clear skb->tstamp on redirectEric Dumazet2018-11-112-10/+2
* | | tipc: fix link re-establish failureJon Maloy2018-11-111-4/+7
* | | net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski2018-11-101-1/+13
* | | flow_dissector: do not dissect l4 ports for fragments배석진2018-11-091-2/+2
| |/ |/|
* | inet: frags: better deal with smp racesEric Dumazet2018-11-081-14/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-0632-268/+302
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-0517-242/+152
| |\
| | * netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick2018-11-031-5/+8
| | * netfilter: nft_compat: ebtables 'nat' table is normal chain typeFlorian Westphal2018-11-031-9/+12
| | * netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattrPablo Neira Ayuso2018-11-031-7/+40
| | * netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso2018-11-037-59/+24
| | * netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik2018-11-031-4/+8
| | * netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo2018-11-031-0/+20
| | * netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin2018-11-011-4/+4
| | * netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-11-011-4/+4
| | * netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2018-11-012-18/+22
| | * Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso2018-10-291-127/+0
| | * netfilter: nft_osf: check if attribute is presentPablo Neira Ayuso2018-10-251-1/+1
| | * netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal2018-10-251-4/+9
| * | net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo2018-11-051-3/+3
| * | sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin2018-11-051-0/+1
| * | net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov2018-11-051-1/+2
| * | ipv6: properly check return value in inet6_dump_all()Alexey Kodanev2018-11-051-2/+2
| * | rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev2018-11-051-1/+1
| * | net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FSJeff Barnhill2018-11-051-1/+1
| * | sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long2018-11-031-1/+1