summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-044-8/+25
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-031-3/+4
| |\
| | * netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal2017-02-281-3/+4
| * | tcp: fix potential double free issue for fastopen_reqWei Wang2017-03-021-3/+12
| * | tcp/dccp: block BH for SYN processingEric Dumazet2017-03-011-2/+8
| * | net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang2017-03-011-0/+1
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-282-3/+5
|\|
| * ipv4: mask tos for input routeJulian Anastasov2017-02-261-0/+1
| * ipv4: add missing initialization for flowi4_uidJulian Anastasov2017-02-262-3/+4
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-274-4/+4
|/
* tcp: account for ts offset only if tsecr not zeroAlexey Kodanev2017-02-221-1/+2
* tcp: setup timestamp offset when write_seq already setAlexey Kodanev2017-02-221-6/+10
* tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet2017-02-211-2/+2
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-211-4/+4
* tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet2017-02-171-1/+1
* tcp: accommodate sequence number to a peer's shrunk receive window caused by ...Cui, Cheng2017-02-171-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-168-10/+134
|\
| * esp: Add a software GRO codepathSteffen Klassert2017-02-155-1/+129
| * net: Add a skb_gro_flush_final helper.Steffen Klassert2017-02-151-1/+1
| * xfrm: policy: make policy backend constFlorian Westphal2017-02-091-1/+1
| * xfrm: policy: remove family fieldFlorian Westphal2017-02-091-4/+1
| * xfrm: policy: remove garbage_collect callbackFlorian Westphal2017-02-091-1/+1
| * xfrm: input: constify xfrm_input_afinfoFlorian Westphal2017-02-091-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-162-8/+8
|\ \
| * | tcp: tcp_probe: use spin_lock_bh()Eric Dumazet2017-02-141-2/+2
| * | NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-02-131-6/+6
* | | net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-112-0/+3
|\| |
| * | igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-091-0/+1
| * | ping: fix a null pointer dereferenceWANG Cong2017-02-081-0/+2
* | | 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