index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-30
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
7
-47
/
+62
2015-10-30
ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTU
Alexander Duyck
1
-19
/
+27
2015-10-30
switchdev: Add support for flood control
Ido Schimmel
1
-1
/
+4
2015-10-30
bridge: set is_local and is_static before fdb entry is added to the fdb hasht...
Roopa Prabhu
2
-9
/
+10
2015-10-27
mpls: reduce memory usage of routes
Robert Shearman
2
-38
/
+111
2015-10-27
mpls: fix forwarding using v4/v6 explicit null
Robert Shearman
1
-0
/
+2
2015-10-27
sock: don't enable netstamp for af_unix sockets
Hannes Frederic Sowa
1
-3
/
+17
2015-10-27
bluetooth: 6lowpan: fix NOHZ: local_softirq_pending
Alexander Aring
1
-1
/
+1
2015-10-26
net: tso: add support for IPv6
emmanuel.grumbach@intel.com
1
-5
/
+13
2015-10-27
Bluetooth: Fix crash on fast disconnect of SCO
Kuba Pawlak
1
-0
/
+5
2015-10-26
ipv6: icmp: include addresses in debug messages
Bjørn Mork
1
-4
/
+8
2015-10-26
Bluetooth: Fix some obvious coding style issues in the SCO module
Marcel Holtmann
1
-11
/
+19
2015-10-26
Bluetooth: Replace hci_notify with hci_sock_dev_event
Marcel Holtmann
1
-16
/
+9
2015-10-26
Bluetooth: Rename bt_cb()->req into bt_cb()->hci
Marcel Holtmann
4
-17
/
+17
2015-10-26
Bluetooth: Remove unneeded parenthesis around MSG_OOB
Marcel Holtmann
2
-2
/
+2
2015-10-25
Bluetooth: Fix locking issue during fast SCO reconnection.
Kuba Pawlak
1
-0
/
+5
2015-10-25
Bluetooth: Fix locking issue on SCO disconnection
Kuba Pawlak
1
-0
/
+2
2015-10-25
Bluetooth: Fix crash on SCO disconnect
Kuba Pawlak
1
-0
/
+2
2015-10-25
af_unix: do not report POLLOUT on listeners
Eric Dumazet
1
-2
/
+3
2015-10-25
tipc: link_is_bc_sndlink() can be static
Wu Fengguang
2
-5
/
+5
2015-10-24
tipc: clean up unused code and structures
Jon Paul Maloy
9
-1104
/
+30
2015-10-24
tipc: ensure binding table initial distribution is sent via first link
Jon Paul Maloy
2
-3
/
+3
2015-10-24
tipc: eliminate link's reference to owner node
Jon Paul Maloy
4
-22
/
+29
2015-10-24
tipc: eliminate redundant buffer cloning at transmission
Jon Paul Maloy
2
-28
/
+15
2015-10-24
tipc: let neighbor discoverer tranmsit consumable buffers
Jon Paul Maloy
4
-12
/
+38
2015-10-24
tipc: introduce jumbo frame support for broadcast
Jon Paul Maloy
7
-6
/
+39
2015-10-24
tipc: simplify bearer level broadcast
Jon Paul Maloy
5
-45
/
+151
2015-10-24
tipc: let broadcast packet reception use new link receive function
Jon Paul Maloy
9
-220
/
+615
2015-10-24
tipc: introduce capability bit for broadcast synchronization
Jon Paul Maloy
6
-7
/
+23
2015-10-24
tipc: let broadcast transmission use new link transmit function
Jon Paul Maloy
5
-57
/
+85
2015-10-24
tipc: make struct tipc_link generic to support broadcast
Jon Paul Maloy
3
-12
/
+34
2015-10-24
tipc: use explicit allocation of broadcast send link
Jon Paul Maloy
4
-45
/
+79
2015-10-24
tipc: make link implementation independent from struct tipc_bearer
Jon Paul Maloy
3
-23
/
+36
2015-10-24
tipc: create broadcast transmission link at namespace init
Jon Paul Maloy
4
-7
/
+24
2015-10-24
tipc: move broadcast link lock to struct tipc_net
Jon Paul Maloy
3
-9
/
+14
2015-10-24
tipc: move bcast definitions to bcast.c
Jon Paul Maloy
5
-107
/
+110
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
40
-302
/
+329
2015-10-24
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
20
-609
/
+951
2015-10-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
1
-3
/
+21
2015-10-23
mpls: flow-based multipath selection
Robert Shearman
1
-4
/
+83
2015-10-23
mpls: multipath route support
Roopa Prabhu
2
-148
/
+400
2015-10-23
net: sysctl: fix a kmemleak warning
Li RongQing
1
-1
/
+5
2015-10-23
if_link: Add control trust VF
Hiroshi Shimamoto
1
-3
/
+21
2015-10-23
tcp/dccp: fix hashdance race for passive sessions
Eric Dumazet
11
-48
/
+91
2015-10-23
af_key: fix two typos
Li RongQing
1
-1
/
+1
2015-10-23
ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 address
Paolo Abeni
1
-6
/
+8
2015-10-23
ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...
Hannes Frederic Sowa
1
-1
/
+5
2015-10-23
tcp: allow dctcp alpha to drop to zero
Andrew Shewmaker
1
-1
/
+1
2015-10-23
ipv6: fix the incorrect return value of throw route
lucien
2
-5
/
+26
2015-10-22
openvswitch: Fix egress tunnel info.
Pravin B Shelar
12
-166
/
+79
[next]