summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | net: Eliminate duplicated codes by creating one new function in_dev_select_addrGao Feng2017-03-131-14/+18
* | ipv4: fib: Remove redundant argumentIdo Schimmel2017-03-103-14/+10Star
* | ipv4: fib: Move FIB notification code to a separate fileIdo Schimmel2017-03-104-96/+98
* | tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev2017-03-102-13/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-054-8/+25
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-041-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-021-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-284-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-178-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/+1Star
| * xfrm: policy: remove garbage_collect callbackFlorian Westphal2017-02-091-1/+1
| * xfrm: input: constify xfrm_input_afinfoFlorian Westphal2017-02-091-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-172-8/+8
|\ \
| * | tcp: tcp_probe: use spin_lock_bh()Eric Dumazet2017-02-151-2/+2
| * | NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-02-141-6/+6
* | | net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-121-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-071-0/+6
| * | netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-051-0/+4
| * | ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-051-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/+7Star