index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-06
openvswitch: Use eth_proto_is_802_3
Alexander Duyck
3
-4
/
+4
2015-05-06
ipv4/ip_tunnel_core: Use eth_proto_is_802_3
Alexander Duyck
1
-1
/
+1
2015-05-06
ebtables: Use eth_proto_is_802_3
Alexander Duyck
1
-1
/
+1
2015-05-06
etherdev: Fix sparse error, make test usable by other functions
Alexander Duyck
1
-1
/
+1
2015-05-06
bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP frames
Bernhard Thaler
1
-2
/
+2
2015-05-05
tcp: provide SYN headers for passive connections
Eric Dumazet
4
-0
/
+57
2015-05-05
net: fix two sparse warnings introduced by IGMP/MLD parsing exports
Linus Lüssing
2
-2
/
+2
2015-05-04
tipc: deal with return value of tipc_conn_new callback
Ying Xue
1
-0
/
+4
2015-05-04
tipc: adjust locking policy of subscription
Ying Xue
1
-2
/
+4
2015-05-04
tipc: involve reference counter for subscriber
Ying Xue
1
-68
/
+52
2015-05-04
tipc: introduce tipc_subscrb_create routine
Ying Xue
1
-13
/
+17
2015-05-04
tipc: rename functions defined in subscr.c
Ying Xue
4
-97
/
+75
2015-05-04
net: Export IGMP/MLD message validation code
Linus Lüssing
5
-188
/
+493
2015-05-04
bridge: multicast: call skb_checksum_{simple_, }validate
Linus Lüssing
1
-24
/
+4
2015-05-04
tc: remove unused redirect ttl
Jamal Hadi Salim
1
-9
/
+0
2015-05-04
sch_choke: Use flow_keys_digest
Tom Herbert
1
-10
/
+4
2015-05-04
net: Add flow_keys digest
Tom Herbert
1
-0
/
+27
2015-05-04
sched: Call skb_get_hash_perturb in sch_sfq
Tom Herbert
1
-25
/
+2
2015-05-04
sched: Call skb_get_hash_perturb in sch_sfb
Tom Herbert
1
-16
/
+8
2015-05-04
sched: Call skb_get_hash_perturb in sch_hhf
Tom Herbert
1
-18
/
+1
2015-05-04
sched: Call skb_get_hash_perturb in sch_fq_codel
Tom Herbert
1
-9
/
+2
2015-05-04
net: Add skb_get_hash_perturb
Tom Herbert
1
-8
/
+30
2015-05-04
net: ipv4: route: Fix sending IGMP messages with link address
Andrew Lunn
1
-1
/
+2
2015-05-04
net: sched: run ingress qdisc without locks
Alexei Starovoitov
2
-4
/
+3
2015-05-04
tcp: invoke pkts_acked hook on every ACK
Kenneth Klette Jonassen
1
-6
/
+3
2015-05-04
tcp: improve RTT from SACK for CC
Kenneth Klette Jonassen
1
-18
/
+22
2015-05-04
tcp: move struct tcp_sacktag_state to tcp_ack()
Kenneth Klette Jonassen
1
-23
/
+22
2015-05-04
etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdr
Alexander Duyck
1
-1
/
+2
2015-05-04
etherdev: Process is_multicast_ether_addr at same size as other operations
Alexander Duyck
1
-1
/
+1
2015-05-04
etherdev: Avoid unnecessary byte swap in check for Ethertype
Alexander Duyck
1
-1
/
+1
2015-05-04
ipv6: Flow label state ranges
Tom Herbert
3
-0
/
+13
2015-05-04
ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flags
Martin KaFai Lau
1
-1
/
+1
2015-05-03
net: sched: remove TC_MUNGED bits
Florian Westphal
2
-9
/
+1
2015-05-03
ipv4: remove the unnecessary codes in fib_info_hash_move
Li RongQing
1
-4
/
+0
2015-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-35
/
+30
2015-05-02
ipv4: Missing sk_nulls_node_init() in ping_unhash().
David S. Miller
1
-0
/
+1
2015-05-02
ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer
Martin KaFai Lau
2
-49
/
+1
2015-05-02
ipv6: Stop rt6_info from using inet_peer's metrics
Martin KaFai Lau
1
-43
/
+59
2015-05-02
ipv6: Stop /128 route from disappearing after pmtu update
Martin KaFai Lau
1
-2
/
+2
2015-05-02
ipv6: Extend the route lookups to low priority metrics.
Steffen Klassert
1
-5
/
+23
2015-05-02
ipv6: Consider RTF_CACHE when searching the fib6 tree
Martin KaFai Lau
2
-0
/
+8
2015-05-02
ipv4: speedup ip_idents_reserve()
Eric Dumazet
1
-9
/
+11
2015-04-30
tcp_westwood: fix tcp_westwood_info()
Eric Dumazet
1
-7
/
+8
2015-04-30
tcp: update reordering first before detecting loss
Yuchung Cheng
1
-4
/
+2
2015-04-30
tcp: add TCP_CC_INFO socket option
Eric Dumazet
1
-0
/
+21
2015-04-30
tcp: prepare CC get_info() access from getsockopt()
Eric Dumazet
5
-33
/
+38
2015-04-30
tcp: add tcpi_bytes_received to tcp_info
Eric Dumazet
3
-4
/
+15
2015-04-30
tcp: add tcpi_bytes_acked to tcp_info
Eric Dumazet
2
-3
/
+16
2015-04-29
net: dsa: Fix scope of eeprom-length property
Guenter Roeck
1
-1
/
+1
2015-04-29
tipc: fix problem with parallel link synchronization mechanism
Jon Paul Maloy
1
-5
/
+2
[next]