summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* act_mirred: clear skb->tstamp on redirectEric Dumazet2018-11-112-10/+2Star
* 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-101-2/+2
* inet: frags: better deal with smp racesEric Dumazet2018-11-091-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-0617-242/+152Star
| |\
| | * 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/+24Star
| | * 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/+0Star
| | * 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-061-3/+3
| * | sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin2018-11-061-0/+1
| * | net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov2018-11-061-1/+2
| * | ipv6: properly check return value in inet6_dump_all()Alexey Kodanev2018-11-061-2/+2
| * | rtnetlink: restore handling of dumpit return value in rtnl_dump_all()Alexey Kodanev2018-11-061-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-041-1/+1
| * | openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann2018-11-041-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-033-8/+46
| * | net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill2018-11-032-4/+81
| * | net: document skb parameter in function 'skb_gso_size_check'Mathieu Malaterre2018-11-031-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/+14Star
|\ \ \
| * | | SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-013-34/+14Star
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-042-4/+0Star
|\ \ \ \
| * \ \ \ 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/+0Star
* | | | | | 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-031-1/+1
* | | | | | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-0214-22/+22
|\| | | | | | | |_|_|_|/ / |/| | | | |
| * | | | | missing bits of "iov_iter: Separate type from direction and use accessor func...Al Viro2018-11-011-2/+2
| * | | | | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro2018-11-0126-1590/+1921
| |\ \ \ \ \
| * | | | | | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-2411-17/+17
| * | | | | | iov_iter: Use accessor functionDavid Howells2018-10-242-3/+3
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-017-26/+61
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz2018-11-011-2/+2
| * | | | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-11-011-1/+0Star
| |\ \ \ \ \ \
| | * | | | | | ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher2018-10-311-1/+0Star
| * | | | | | | bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no dataJohn Fastabend2018-10-301-0/+1
| |/ / / / / /
| * | | | | | rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-10-301-0/+10