summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fib: Add events for FIB replace and appendIdo Schimmel2017-02-101-13/+14
* ipv4: fib: Send notification before deleting FIB aliasIdo Schimmel2017-02-101-7/+7
* ipv4: fib: Send deletion notification with actual FIB alias typeIdo Schimmel2017-02-101-2/+2
* ipv4: fib: Only flush FIB aliases belonging to currently flushed tableIdo Schimmel2017-02-101-1/+2
* ipv4: fib: Notify about nexthop status changesIdo Schimmel2017-02-081-0/+33
* gro_cells: move to net/core/gro_cells.cEric Dumazet2017-02-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-074-2/+19
|\
| * udp: properly cope with csum errorsEric Dumazet2017-02-071-1/+1
| * tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-061-0/+6
| * netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-041-0/+4
| * ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-041-1/+8
* | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-074-3/+15
* | net: add confirm_neigh method to dst_opsJulian Anastasov2017-02-071-0/+19
* | tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov2017-02-073-14/+7
* | net: add dst_pending_confirm flag to skbuffJulian Anastasov2017-02-071-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-039-47/+31
|\ \
| * | netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-022-2/+2
| * | netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-023-6/+3
| * | skbuff: add and use skb_nfct helperFlorian Westphal2017-02-024-8/+8
| * | netfilter: reset netfilter state when duplicating packetFlorian Westphal2017-02-021-1/+1
| * | netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-021-6/+6
| * | xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-091-0/+1
| * | arptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-10/+5
| * | iptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
* | | tcp: clear pfmemalloc on outgoing skbEric Dumazet2017-02-031-0/+7
* | | tcp: add tcp_mss_clamp() helperEric Dumazet2017-02-033-19/+7
* | | net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet2017-02-021-0/+1
* | | net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern2017-02-021-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-2/+4
|\ \ \ | | |/ | |/|
| * | tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-02-011-2/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-013-82/+261
|\ \ \
| * | | esp: Introduce a helper to setup the trailerSteffen Klassert2017-01-171-25/+19
| * | | esp4: Avoid skb_cow_data whenever possibleSteffen Klassert2017-01-171-74/+264
| * | | IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-01-161-0/+3
| * | | xfrm: remove unused functionFlorian Westphal2017-01-101-8/+0
| | |/ | |/|
* | | lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-302-21/+10
* | | net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman2017-01-302-7/+31
* | | tcp: include locally failed retries in retransmission statsYuchung Cheng2017-01-291-9/+9
* | | tcp: record pkts sent and retransmisttedYuchung Cheng2017-01-291-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-289-16/+30
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-265-15/+18
| |\ \
| | * | netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann2017-01-181-1/+6
| | * | netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-162-14/+9
| | * | tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-01-091-0/+1
| | * | netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-01-091-0/+2
| * | | tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-01-251-1/+1
| * | | net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-241-0/+2
| * | | tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-01-191-0/+1
| * | | lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-181-0/+8
* | | | net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2017-01-252-4/+4
OpenPOWER on IntegriCloud