summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: core: add UID to flows, rules, and routesLorenzo Colitti2016-11-042-0/+12
* ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn2016-11-031-0/+26
* net: ip, raw_diag -- Use jump for exiting from nested loopCyrill Gorcunov2016-11-031-1/+2
* net: ip, raw_diag -- Fix socket leaking for destroy requestCyrill Gorcunov2016-11-031-1/+4
* net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnectCyrill Gorcunov2016-11-021-1/+1
* tcp: enhance tcp collapsingEric Dumazet2016-11-021-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-024-0/+418
|\
| * netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso2016-11-013-0/+171
| * netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-013-0/+247
* | net: Enable support for VRF with ipv4 multicastDavid Ahern2016-11-012-16/+38
* | net: pim: add all RFC7761 message typesNikolay Aleksandrov2016-10-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3012-28/+34
|\ \
| * | udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-262-6/+7
| * | ipv4: use the right lock for ping_group_rangeWANG Cong2016-10-221-4/+4
| * | ipv4: disable BH in set_ping_group_range()Eric Dumazet2016-10-201-2/+2
| * | udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-203-4/+13
| * | net: add recursion limit to GROSabrina Dubroca2016-10-204-5/+5
| * | tcp: do not export sysctl_tcp_low_latencyEric Dumazet2016-10-191-1/+0
| * | tcp: Remove unused but set variableTobias Klauser2016-10-181-2/+0
| * | ipv4: Remove unused but set variableTobias Klauser2016-10-181-3/+0
| * | net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-171-3/+5
* | | tcp_bbr: add a state transition diagram and accompanying commentNeal Cardwell2016-10-291-1/+31
* | | tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2016-10-291-7/+1
* | | net: ip, diag: include net/inet_sock.hArnd Bergmann2016-10-291-0/+1
* | | genetlink: mark families as __ro_after_initJohannes Berg2016-10-272-2/+2
* | | genetlink: statically initialize familiesJohannes Berg2016-10-272-18/+26
* | | genetlink: no longer support using static family IDsJohannes Berg2016-10-272-2/+0
| |/ |/|
* | net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov2016-10-245-2/+298
* | udp: use it's own memory accounting schemaPaolo Abeni2016-10-221-35/+8
* | udp: implement memory accounting helpersPaolo Abeni2016-10-221-0/+106
* | ipv4/6: use core net MTU range checkingJarod Wilson2016-10-201-1/+5
* | tcp: relax listening_hash operationsEric Dumazet2016-10-202-15/+7
|/
* net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern2016-10-131-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-083-15/+5
|\
| * cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-081-10/+5
| * mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-082-5/+0
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-081-2/+1
|\ \ | |/ |/|
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-041-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-034-9/+12
|\ \
| * | ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-262-2/+4
| * | tcp: fix a compile error in DBGUNDO()Eric Dumazet2016-09-231-2/+1
| * | tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2016-09-231-5/+7
| |/
* | net: Suppress the "Comparison to NULL could be written" warningsJia He2016-09-301-16/+16
* | proc: Reduce cache miss in snmp_seq_showJia He2016-09-301-23/+47
* | tcp: Change txhash on every SYN and RTO retransmitLawrence Brakmo2016-09-281-0/+4
* | switchdev: remove FIB offload infrastructureJiri Pirko2016-09-283-118/+1
* | fib: introduce FIB notification infrastructureJiri Pirko2016-09-283-11/+77
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-2540-395/+1779
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-238-14/+44
| |\|
| | * tcp: properly account Fast Open SYN-ACK retransYuchung Cheng2016-09-223-1/+4