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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-28
openvswitch: fix a possible deadlock and lockdep warning
Flavio Leitner
1
-20
/
+6
2014-03-28
bridge: Fix handling stacked vlan tags
Toshiaki Makita
1
-17
/
+1
2014-03-28
bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled
Toshiaki Makita
2
-3
/
+15
2014-03-28
tipc: make discovery domain a bearer attribute
Erik Hugne
3
-16
/
+10
2014-03-28
tipc: fix neighbor detection problem after hw address change
Erik Hugne
2
-0
/
+9
2014-03-27
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
Zoltan Kiss
3
-10
/
+32
2014-03-27
hsr: replace del_timer by del_timer_sync
Julia Lawall
1
-1
/
+1
2014-03-27
atm: replace del_timer by del_timer_sync
Julia Lawall
1
-1
/
+1
2014-03-27
tcp: tcp_make_synack() minor changes
Eric Dumazet
1
-2
/
+2
2014-03-27
ipv6: do not overwrite inetpeer metrics prematurely
Michal Kubeček
2
-36
/
+55
2014-03-27
vlan: Set hard_header_len according to available acceleration
Vlad Yasevich
2
-2
/
+5
2014-03-27
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
John W. Linville
6
-77
/
+106
2014-03-27
tipc: use node list lock to protect tipc_num_links variable
Ying Xue
1
-10
/
+11
2014-03-27
tipc: use node_list_lock to protect tipc_num_nodes variable
Ying Xue
1
-4
/
+3
2014-03-27
tipc: tipc: convert node list and node hlist to RCU lists
Ying Xue
4
-21
/
+31
2014-03-27
tipc: rename node create lock to protect node list and hlist
Ying Xue
3
-35
/
+35
2014-03-27
tipc: make broadcast bearer store in bearer_list array
Ying Xue
2
-4
/
+6
2014-03-27
tipc: remove active flag from tipc_bearer structure
Ying Xue
4
-12
/
+5
2014-03-27
tipc: convert tipc_bearers array to pointer list
Ying Xue
3
-15
/
+38
2014-03-27
tipc: acquire necessary locks in named_cluster_distribute routine
Ying Xue
1
-3
/
+11
2014-03-27
tipc: obsolete the remote management feature
Ying Xue
5
-121
/
+3
2014-03-27
tipc: remove unnecessary checking for node object
Ying Xue
1
-6
/
+0
2014-03-27
net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c
Monam Agarwal
1
-1
/
+1
2014-03-27
net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c
Monam Agarwal
1
-4
/
+4
2014-03-26
net: unix: non blocking recvmsg() should not return -EINTR
Eric Dumazet
1
-5
/
+12
2014-03-26
vlan: make a new function vlan_dev_vlan_proto() and export
dingtianhong
1
-0
/
+6
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
4
-14
/
+14
2014-03-26
tcp: delete unused parameter in tcp_nagle_check()
Peter Pan(潘卫平)
1
-3
/
+3
2014-03-26
ip_tunnel: Fix dst ref-count.
Pravin B Shelar
3
-3
/
+9
2014-03-26
Bluetooth: Fix returning peer address in pending connect state
Johan Hedberg
2
-2
/
+4
2014-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-53
/
+63
2014-03-25
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
David S. Miller
46
-392
/
+989
2014-03-24
tipc: fix spinlock recursion bug for failed subscriptions
Erik Hugne
1
-14
/
+15
2014-03-24
netpoll: fix the skb check in pkt_is_ns
Li RongQing
1
-1
/
+1
2014-03-24
ipv4: remove ip_rt_dump from route.c
Li RongQing
2
-6
/
+1
2014-03-24
Bluetooth: Remove unnecessary assignment in SMP
Johan Hedberg
1
-2
/
+0
2014-03-24
Bluetooth: Fix potential NULL pointer dereference in smp_conn_security
Johan Hedberg
1
-1
/
+1
2014-03-24
Bluetooth: Remove LTK re-encryption procedure
Johan Hedberg
2
-49
/
+7
2014-03-24
Bluetooth: Don't try to confirm locally initiated SMP pairing
Johan Hedberg
1
-0
/
+5
2014-03-24
Bluetooth: Add SMP flag to track which side is the initiator
Johan Hedberg
2
-0
/
+7
2014-03-24
Bluetooth: Fix SMP confirmation callback handling
Johan Hedberg
1
-0
/
+4
2014-03-24
Bluetooth: Add missing cmd_status handler for LE_Start_Encryption
Johan Hedberg
1
-0
/
+34
2014-03-24
Bluetooth: Fix potential NULL pointer dereference in SMP
Johan Hedberg
1
-1
/
+7
2014-03-24
ipv4: remove ipv4_ifdown_dst from route.c
Li RongQing
1
-6
/
+0
2014-03-22
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2014-03-22
batman-adv: improve DAT documentation
Antonio Quartulli
2
-2
/
+6
2014-03-22
batman-adv: improve the TT flags documentation
Antonio Quartulli
1
-4
/
+24
2014-03-22
batman-adv: Send multicast packets to nodes with a WANT_ALL flag
Linus Lüssing
6
-3
/
+198
2014-03-22
batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast support
Linus Lüssing
6
-8
/
+156
2014-03-22
batman-adv: Modified forwarding behaviour for multicast packets
Linus Lüssing
9
-26
/
+266
[prev]
[next]