summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: minor optimizations around tcp_hdr() usageEric Dumazet2016-05-162-19/+17
* sock: propagate __sock_cmsg_send() errorEric Dumazet2016-05-161-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-153-3/+12
|\
| * net/route: enforce hoplimit max valuePaolo Abeni2016-05-141-0/+2
| * gre: do not keep the GRE header around in collect medata modeJiri Benc2016-05-111-1/+6
| * tcp: refresh skb timestamp at retransmit timeEric Dumazet2016-05-101-2/+4
* | udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck2016-05-131-8/+2
* | gre: Fix wrong tpi->proto in WCCPHaishuang Yan2016-05-122-5/+5
* | net: original ingress device index in PKTINFODavid Ahern2016-05-112-1/+7
* | net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-111-0/+7
* | tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo2016-05-1112-46/+54
* | net: l3mdev: Allow send on enslaved interfaceDavid Ahern2016-05-091-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-093-5/+27
|\ \ | |/
| * udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-062-3/+9
| * udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-061-2/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-05-041-0/+18
| |\
| | * vti: Add pmtu handling to vti_xmit.Steffen Klassert2016-03-311-0/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-05-094-405/+117
|\ \ \
| * | | netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal2016-05-061-4/+2
| * | | netfilter: conntrack: check netns when walking expect hashFlorian Westphal2016-05-061-0/+3
| * | | netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso2016-05-052-385/+76
| * | | netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal2016-05-052-7/+5
| * | | netfilter: conntrack: check netns when comparing conntrack objectsFlorian Westphal2016-05-051-2/+6
| * | | netfilter: conntrack: small refactoring of conntrack seq_printfFlorian Westphal2016-05-051-5/+19
| * | | netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2016-04-292-4/+8
* | | | ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet2016-05-061-4/+4
* | | | net: vrf: Create FIB tables on link createDavid Ahern2016-05-061-0/+1
* | | | tcp: two more missing bh disableEric Dumazet2016-05-042-0/+4
* | | | tcp: must block bh in __inet_twsk_hashdance()Eric Dumazet2016-05-041-3/+3
* | | | tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet2016-05-041-4/+6
* | | | gre: receive also TEB packets for lwtunnelsJiri Benc2016-05-041-11/+28
* | | | gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc2016-05-041-5/+10
* | | | gre: remove superfluous pskb_may_pullJiri Benc2016-05-041-4/+1
* | | | gre: change gre_parse_header to return the header lengthJiri Benc2016-05-042-9/+6
* | | | tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet2016-05-041-2/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-043-8/+17
|\ \ \ \ | | |/ / | |/| |
| * | | gre: do not pull header in ICMP error processingJiri Benc2016-05-021-3/+8
| * | | soreuseport: Fix TCP listener hash collisionCraig Gallek2016-05-011-0/+2
| * | | ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni2016-04-291-2/+2
| * | | gre: reject GUE and FOU in collect metadata modeJiri Benc2016-04-281-0/+5
| * | | gre: build header correctly for collect metadata tunnelsJiri Benc2016-04-281-4/+5
| * | | gre: do not assign header_ops in collect metadata modeJiri Benc2016-04-281-2/+3
* | | | net: add __sock_wfree() helperEric Dumazet2016-05-031-1/+1
* | | | net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet2016-05-031-1/+1
* | | | gre: Create common functions for transmitTom Herbert2016-05-021-47/+5
* | | | gre: Move utility functions to common headersTom Herbert2016-05-022-129/+84
* | | | tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-021-2/+6
* | | | udp: prepare for non BH masking at backlog processingEric Dumazet2016-05-021-2/+2
* | | | tcp: do not block bh during prequeue processingEric Dumazet2016-05-022-32/+2
* | | | tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-0210-93/+98
OpenPOWER on IntegriCloud