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.12.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-07-31
tipc: move received discovery data evaluation inside node.c
Jon Paul Maloy
3
-123
/
+127
2015-07-31
tipc: merge link->exec_mode and link->state into one FSM
Jon Paul Maloy
3
-180
/
+226
2015-07-31
tipc: move protocol message sending away from link FSM
Jon Paul Maloy
3
-21
/
+33
2015-07-31
tipc: move link synch and failover to link aggregation level
Jon Paul Maloy
5
-508
/
+342
2015-07-31
tipc: extend node FSM
Jon Paul Maloy
2
-11
/
+92
2015-07-31
tipc: reverse call order for link_reset()->node_link_down()
Jon Paul Maloy
2
-14
/
+22
2015-07-31
tipc: move all link_reset() calls to link aggregation level
Jon Paul Maloy
5
-69
/
+104
2015-07-31
tipc: eliminate function tipc_link_activate()
Jon Paul Maloy
3
-16
/
+8
2015-07-31
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
23
-214
/
+461
2015-07-31
net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...
Sowmini Varadhan
1
-1
/
+2
2015-07-31
net/ipv6: add sysctl option accept_ra_min_hop_limit
Hangbin Liu
2
-9
/
+17
2015-07-31
net: sched: fix refcount imbalance in actions
Daniel Borkmann
1
-5
/
+6
2015-07-30
Bluetooth: 6lowpan: Fix possible race
Alexander Aring
1
-10
/
+13
2015-07-30
mac802154: Fix memory corruption with global deferred transmit state.
Lennert Buytenhek
3
-21
/
+12
2015-07-30
Bluetooth: cmtp: Do not use list_for_each_safe when not needed
Christophe JAILLET
1
-4
/
+4
2015-07-30
netfilter: bridge: do not initialize statics to 0 or NULL
Bernhard Thaler
1
-3
/
+3
2015-07-30
netfilter: bridge: reduce nf_bridge_info to 32 bytes again
Florian Westphal
4
-19
/
+11
2015-07-30
Bluetooth: Move create/accept phy link completed callback to amp.c
Arron Wang
2
-51
/
+51
2015-07-30
Bluetooth: Move amp assoc read/write completed callback to amp.c
Arron Wang
2
-63
/
+77
2015-07-30
Bluetooth: Move get info completed callback to a2mp.c
Arron Wang
2
-5
/
+17
2015-07-30
Bluetooth: Move high speed specific event under BT_HS option
Arron Wang
1
-20
/
+24
2015-07-30
Bluetooth: Add BT_HS config option
Arron Wang
4
-1
/
+40
2015-07-30
netfilter: nf_ct_sctp: minimal multihoming support
Michal Kubeček
1
-24
/
+77
2015-07-30
act_bpf: fix memory leaks when replacing bpf programs
Daniel Borkmann
1
-18
/
+35
2015-07-30
openvswitch: Re-add CONFIG_OPENVSWITCH_VXLAN
Thomas Graf
5
-200
/
+235
2015-07-30
ipv6: flush nd cache on IFF_NOARP change
Eric Dumazet
1
-0
/
+6
2015-07-30
net: pktgen: Remove unused 'allocated_skbs' field
Bogdan Hamciuc
1
-2
/
+0
2015-07-30
net: pktgen: Observe needed_headroom of the device
Bogdan Hamciuc
1
-1
/
+2
2015-07-30
lwtunnel: Make lwtun_encaps[] static
Thomas Graf
1
-1
/
+1
2015-07-30
net: Set sk_txhash from a random number
Tom Herbert
4
-6
/
+6
2015-07-30
tipc: fix bug in broadcast synch message create function
Jon Maloy
1
-0
/
+3
2015-07-30
packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer()
Tobias Klauser
1
-4
/
+2
2015-07-30
bridge: mdb: fix delmdb state in the notification
Nikolay Aleksandrov
1
-0
/
+1
2015-07-30
bridge: mcast: give fast leave precedence over multicast router and querier
Satish Ashok
1
-24
/
+26
2015-07-29
bridge: Fix network header pointer for vlan tagged packets
Toshiaki Makita
1
-7
/
+22
2015-07-29
packet: tpacket_snd(): fix signed/unsigned comparison
Alexander Drozdov
1
-1
/
+2
2015-07-29
arp: filter NOARP neighbours for SIOCGARP
Eric Dumazet
1
-7
/
+9
2015-07-29
net/ipv4: suppress NETDEV_UP notification on address lifetime update
David Ward
1
-1
/
+0
2015-07-29
bridge: stp: when using userspace stp stop kernel hello and hold timers
Nikolay Aleksandrov
3
-4
/
+18
2015-07-28
Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
3
-13
/
+23
2015-07-28
packet: missing dev_put() in packet_do_bind()
Lars Westerhoff
1
-5
/
+3
2015-07-28
SUNRPC: Report TCP errors to the caller
Trond Myklebust
1
-7
/
+6
2015-07-28
fib_trie: Drop unnecessary calls to leaf_pull_suffix
Alexander Duyck
1
-4
/
+0
2015-07-27
sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.
NeilBrown
1
-0
/
+9
2015-07-27
lwtunnel: use kfree_skb() instead of vanilla kfree()
Dan Carpenter
1
-1
/
+1
2015-07-27
tcp: tso: allow deferring under reordering state
Eric Dumazet
1
-1
/
+1
2015-07-27
ipv6: Avoid rt6_probe() taking writer lock in the fast path
Martin KaFai Lau
1
-0
/
+4
2015-07-27
ipv6: Re-arrange code in rt6_probe()
Martin KaFai Lau
1
-24
/
+20
2015-07-27
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
Sabrina Dubroca
4
-9
/
+13
2015-07-27
lwtunnel: change prototype of lwtunnel_state_get()
Nicolas Dichtel
4
-19
/
+9
[prev]
[next]