summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-08-01ip_gre: remove redundant variables t_hlenYueHaibing1-5/+0
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun1-2/+1
2018-08-01tcp: add stat of data packet reordering eventsWei Wang3-2/+7
2018-08-01tcp: add dsack blocks received statsWei Wang2-0/+5
2018-08-01tcp: add data bytes retransmitted statsWei Wang2-0/+6
2018-08-01tcp: add data bytes sent statsWei Wang2-0/+7
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang1-3/+24
2018-08-01net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata1-1/+18
2018-08-01net: ipv4: Control SKB reprioritization after forwardingPetr Machata3-1/+12
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2-6/+3
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-29route: add support for directed broadcast forwardingXin Long2-1/+16
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-4/+2
2018-07-26tcp: make function tcp_retransmit_stamp() staticWei Yongjun1-1/+1
2018-07-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-61/+100
2018-07-25ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn1-2/+5
2018-07-25net: remove blank lines at end of fileStephen Hemminger2-3/+3
2018-07-25bpfilter: remove trailing newlineStephen Hemminger1-1/+0
2018-07-23tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-4/+21
2018-07-23tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2
2018-07-23tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet1-2/+13
2018-07-23tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet1-0/+3
2018-07-23tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-4/+11
2018-07-23ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-07-22multicast: do not restore deleted record source filter mode to new oneHangbin Liu1-2/+1
2018-07-22multicast: remove useless parameter for group addHangbin Liu1-5/+5
2018-07-21tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell1-1/+17
2018-07-21tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell1-8/+17
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell2-6/+6
2018-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-933/+3
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller11-69/+94
2018-07-21tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2-13/+20
2018-07-21tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2-33/+11
2018-07-21tcp: helpers to send special DCTCP ackYuchung Cheng1-5/+17
2018-07-19xfrm: don't check offload_handle for nonzeroShannon Nelson1-4/+2
2018-07-19tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal4-781/+3
2018-07-17tcp: Fix broken repair socket window probe patchStefan Baranoff1-6/+7
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2-18/+44
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal1-5/+11
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal1-30/+0
2018-07-16netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2-12/+1
2018-07-16netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal1-17/+0
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal1-47/+0
2018-07-16netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal1-53/+0
2018-07-16tcp: Don't coalesce decrypted and encrypted SKBsBoris Pismenny2-0/+15
2018-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2018-07-15bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov1-0/+1
2018-07-14tcp: remove redundant rcv_nxt updateYafang Shao1-1/+0
2018-07-14tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2-29/+0