summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ip_gre: remove redundant variables t_hlenYueHaibing2018-08-011-5/+0
* tcp: remove set but not used variable 'skb_size'Wei Yongjun2018-08-011-2/+1
* tcp: add stat of data packet reordering eventsWei Wang2018-08-013-2/+7
* tcp: add dsack blocks received statsWei Wang2018-08-012-0/+5
* tcp: add data bytes retransmitted statsWei Wang2018-08-012-0/+6
* tcp: add data bytes sent statsWei Wang2018-08-012-0/+7
* tcp: add a helper to calculate size of opt_statsWei Wang2018-08-011-3/+24
* net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata2018-08-011-1/+18
* net: ipv4: Control SKB reprioritization after forwardingPetr Machata2018-08-013-1/+12
* net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-012-6/+3
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* route: add support for directed broadcast forwardingXin Long2018-07-292-1/+16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-271-4/+2
|\
| * xfrm: don't check offload_handle for nonzeroShannon Nelson2018-07-191-4/+2
* | tcp: make function tcp_retransmit_stamp() staticWei Yongjun2018-07-251-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-246-61/+100
|\ \
| * | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-241-2/+5
| * | tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-231-4/+21
| * | tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-231-2/+2
| * | tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-231-2/+13
| * | tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-231-0/+3
| * | tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-231-4/+11
| * | ip: hash fragments consistentlyPaolo Abeni2018-07-231-0/+2
| * | multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-211-2/+1
| * | tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-202-13/+20
| * | tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-202-33/+11
| * | tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-201-5/+17
* | | net: remove blank lines at end of fileStephen Hemminger2018-07-242-3/+3
* | | bpfilter: remove trailing newlineStephen Hemminger2018-07-241-1/+0
* | | multicast: remove useless parameter for group addHangbin Liu2018-07-211-5/+5
* | | tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell2018-07-211-1/+17
* | | tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell2018-07-211-8/+17
* | | tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell2018-07-212-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-205-933/+3
|\ \ \
| * | | netfilter: conntrack: remove l3proto abstractionFlorian Westphal2018-07-174-781/+3
| * | | netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-161-5/+11
| * | | netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal2018-07-161-30/+0
| * | | netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-162-12/+1
| * | | netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-161-17/+0
| * | | netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2018-07-161-47/+0
| * | | netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal2018-07-161-53/+0
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-2011-69/+94
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-07-181-2/+2
| * | tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-161-6/+7
| * | ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2018-07-162-18/+44
| * | tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-132-29/+0
| * | tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-131-2/+4
| * | tcp: allow user to create repair socket without window probesStefan Baranoff2018-07-121-3/+5
| * | tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff2018-07-121-5/+18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-092-6/+13
| |\ \