index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-18
netfilter: conntrack: remove invert_tuple callback
Florian Westphal
3
-8
/
+10
2019-01-18
netfilter: conntrack: remove pkt_to_tuple callback
Florian Westphal
3
-16
/
+6
2019-01-18
netfilter: conntrack: remove net_id
Florian Westphal
1
-6
/
+2
2019-01-18
netfilter: conntrack: gre: switch module to be built-in
Florian Westphal
5
-85
/
+27
2019-01-18
netfilter: conntrack: gre: convert rwlock to rcu
Florian Westphal
1
-22
/
+15
2019-01-18
netfilter: conntrack: handle icmp pkt_to_tuple helper via direct calls
Florian Westphal
3
-8
/
+12
2019-01-18
netfilter: conntrack: handle builtin l4proto packet functions via direct calls
Florian Westphal
7
-44
/
+76
2019-01-18
netfilter: nf_tables: Support RULE_ID reference in new rule
Phil Sutter
1
-0
/
+9
2019-01-18
netfilter: physdev: relax br_netfilter dependency
Florian Westphal
2
-7
/
+7
2019-01-18
netfilter: conntrack: remove helper hook again
Florian Westphal
1
-106
/
+36
2019-01-18
netfilter: nf_tables: add direct calls for all builtin expressions
Florian Westphal
9
-30
/
+38
2019-01-18
netfilter: nf_tables: handle nft_object lookups via rhltable
Florian Westphal
2
-13
/
+93
2019-01-18
netfilter: nf_tables: prepare nft_object for lookups via hashtable
Florian Westphal
3
-13
/
+18
2019-01-17
tcp: move rx_opt & syn_data_acked init to tcp_disconnect()
Eric Dumazet
2
-6
/
+4
2019-01-17
tcp: move tp->rack init to tcp_disconnect()
Eric Dumazet
2
-6
/
+6
2019-01-17
tcp: move app_limited init to tcp_disconnect()
Eric Dumazet
2
-3
/
+3
2019-01-17
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect()
Eric Dumazet
2
-4
/
+4
2019-01-17
tcp: do not clear urg_data in tcp_create_openreq_child
Eric Dumazet
1
-2
/
+0
2019-01-17
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()
Eric Dumazet
2
-9
/
+1
2019-01-17
tcp: move mdev_us init to tcp_disconnect()
Eric Dumazet
2
-1
/
+1
2019-01-17
tcp: do not clear srtt_us in tcp_create_openreq_child
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: do not clear packets_out in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: move icsk_rto init to tcp_disconnect()
Eric Dumazet
2
-1
/
+1
2019-01-17
tcp: do not set snd_ssthresh in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2019-01-17
neighbour: Do not perturb drop profiles when neigh_probe
Yang Wei
1
-1
/
+1
2019-01-17
tipc: remove unneeded semicolon in trace.c
YueHaibing
1
-2
/
+2
2019-01-17
net: bridge: Fix ethernet header pointer before check skb forwardable
Yunjian Wang
1
-5
/
+4
2019-01-18
netfilter: nft_compat: destroy function must not have side effects
Florian Westphal
1
-1
/
+47
2019-01-18
netfilter: nft_compat: make lists per netns
Florian Westphal
1
-40
/
+89
2019-01-18
netfilter: nft_compat: use refcnt_t type for nft_xt reference count
Florian Westphal
1
-8
/
+8
2019-01-17
af_packet: fix raw sockets over 6in4 tunnel
Nicolas Dichtel
1
-1
/
+2
2019-01-17
net: add a route cache full diagnostic message
Peter Oskolkov
1
-1
/
+5
2019-01-18
bpf: fix SO_MAX_PACING_RATE to support TCP internal pacing
Yuchung Cheng
1
-0
/
+4
2019-01-18
bpf: bpf_setsockopt: reset sock dst on SO_MARK changes
Peter Oskolkov
1
-1
/
+4
2019-01-17
switchdev: Add extack argument to call_switchdev_notifiers()
Petr Machata
3
-4
/
+5
2019-01-17
net: Add extack argument to ndo_fdb_add()
Petr Machata
5
-6
/
+11
2019-01-17
tcp: less aggressive window probing on local congestion
Yuchung Cheng
1
-14
/
+6
2019-01-17
tcp: retry more conservatively on local congestion
Yuchung Cheng
1
-5
/
+3
2019-01-17
tcp: simplify window probe aborting on USER_TIMEOUT
Yuchung Cheng
1
-7
/
+7
2019-01-17
tcp: create a helper to model exponential backoff
Yuchung Cheng
1
-11
/
+16
2019-01-17
tcp: properly track retry time on passive Fast Open
Yuchung Cheng
1
-0
/
+3
2019-01-17
tcp: always set retrans_stamp on recovery
Yuchung Cheng
2
-25
/
+7
2019-01-17
tcp: always timestamp on every skb transmission
Yuchung Cheng
1
-8
/
+8
2019-01-17
tcp: exit if nothing to retransmit on RTO timeout
Yuchung Cheng
1
-4
/
+2
2019-01-17
udp6: add missing rehash callback to udplite
Alexey Kodanev
3
-1
/
+3
2019-01-17
udp: add missing rehash callback to udplite
Alexey Kodanev
3
-1
/
+3
2019-01-17
net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICE
David Herrmann
1
-12
/
+3
2019-01-17
net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICE
David Herrmann
1
-12
/
+3
2019-01-17
net: introduce SO_BINDTOIFINDEX sockopt
David Herrmann
1
-10
/
+36
2019-01-17
net/sched: cls_flower: allocate mask dynamically in fl_change()
Ivan Vecera
1
-5
/
+14
[prev]
[next]