summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| * | openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann2018-11-031-1/+2
| * | net: do not abort bulk send on BQL statusEric Dumazet2018-11-031-1/+1
| * | rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-023-8/+46
| * | net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill2018-11-022-4/+81
| * | net: document skb parameter in function 'skb_gso_size_check'Mathieu Malaterre2018-11-021-0/+2
| * | net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-011-4/+8
* | | Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-043-34/+14
|\ \ \
| * | | SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-013-34/+14
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-032-4/+0
|\ \ \ \
| * \ \ \ Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2018-11-0332-823/+1006
| |\ \ \ \
| * | | | | compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-012-4/+0
* | | | | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-031-1/+1
|\ \ \ \ \ \
| * | | | | | iov_iter: Fix 9p virtio breakageMarc Zyngier2018-11-021-1/+1
* | | | | | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-0114-22/+22
|\| | | | | | | |_|_|_|/ / |/| | | | |