index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-01
net: Remove extern from include/net/ scheduling prototypes
Joe Perches
4
-101
/
+104
2013-08-01
net: skb_orphan() changes
Eric Dumazet
1
-3
/
+4
2013-08-01
netem: Introduce skb_orphan_partial() helper
Eric Dumazet
1
-0
/
+1
2013-08-01
net: split rt_genid for ipv4 and ipv6
fan.du
3
-5
/
+34
2013-08-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2
-13
/
+15
2013-07-31
tcp: Remove unused tcpct declarations and comments
Dmitry Popov
2
-5
/
+0
2013-07-31
PCI: Add function to obtain minimum link width and speed
Jacob Keller
1
-0
/
+2
2013-07-31
PCI: move enum pcie_link_width into pci.h
Jacob Keller
2
-13
/
+13
2013-07-31
rtnl: export physical port id via RT netlink
Jiri Pirko
1
-0
/
+1
2013-07-31
net: add ndo to get id of physical port of the device
Jiri Pirko
1
-0
/
+20
2013-07-31
9p: client: remove unused code and any reference to "cancelled" function
Andi Shyti
1
-3
/
+0
2013-07-29
net/mlx4_core: Respond to operation request by firmware
Yevgeny Petrilin
2
-0
/
+2
2013-07-28
pktgen: Add UDPCSUM flag to support UDP checksums
Thomas Graf
1
-0
/
+1
2013-07-28
VSOCK: Move af_vsock.h and vsock_addr.h to include/net
Asias He
2
-0
/
+205
2013-07-28
USBNET: centralize computing of max rx/tx qlen
Ming Lei
1
-0
/
+3
2013-07-28
net/sctp: Refactor SCTP skb checksum computation
Joe Stringer
1
-0
/
+15
2013-07-28
virtio-net: put virtio net header inline with data
Michael S. Tsirkin
1
-1
/
+3
2013-07-25
net: Make devnet_rename_seq static
Thomas Gleixner
1
-3
/
+0
2013-07-25
tcp: TCP_NOTSENT_LOWAT socket option
Eric Dumazet
4
-6
/
+29
2013-07-25
net: add sk_stream_is_writeable() helper
Eric Dumazet
1
-0
/
+4
2013-07-25
net: sctp: trivial: update mailing list address
Daniel Borkmann
10
-10
/
+10
2013-07-24
team: add support for sending multicast rejoins
Jiri Pirko
1
-0
/
+6
2013-07-24
net: convert resend IGMP to notifier event
Jiri Pirko
2
-1
/
+1
2013-07-24
team: add peer notification
Jiri Pirko
1
-1
/
+7
2013-07-23
tcp: prefer packet timing to TS-ECR for RTT
Yuchung Cheng
1
-1
/
+0
2013-07-23
tcp: consolidate SYNACK RTT sampling
Yuchung Cheng
1
-9
/
+0
2013-07-23
tun: Support software transmit time stamping.
Richard Cochran
1
-0
/
+3
2013-07-23
net: Provide a generic socket error queue delivery method for Tx time stamps.
Richard Cochran
1
-0
/
+2
2013-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+1
2013-07-19
vlan: mask vlan prio bits
Eric Dumazet
1
-2
/
+1
2013-07-18
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-17
/
+84
2013-07-18
Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
2013-07-17
linked-list: Remove __list_for_each
Dave Jones
1
-11
/
+0
2013-07-16
sysfs: use file mode defines from stat.h
Oliver Schinagl
1
-8
/
+9
2013-07-16
sysfs: add more helper macro's for (bin_)attribute(_groups)
Oliver Schinagl
1
-13
/
+38
2013-07-16
driver core: add default groups to struct class
Greg Kroah-Hartman
1
-1
/
+3
2013-07-16
driver core: Introduce device_create_groups
Guenter Roeck
1
-0
/
+5
2013-07-16
sysfs: add support for binary attributes in groups
Greg Kroah-Hartman
1
-2
/
+2
2013-07-16
driver core: device.h: add RW and RO attribute macros
Greg Kroah-Hartman
1
-7
/
+21
2013-07-16
sysfs.h: add BIN_ATTR macro
Greg Kroah-Hartman
1
-0
/
+9
2013-07-16
sysfs.h: add ATTRIBUTE_GROUPS() macro
Greg Kroah-Hartman
1
-0
/
+9
2013-07-16
sysfs.h: add __ATTR_RW() macro
Greg Kroah-Hartman
1
-0
/
+2
2013-07-15
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
2
-2
/
+2
2013-07-15
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-23
/
+42
2013-07-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-19
/
+14
2013-07-14
rpc_create_*_dir: don't bother with qstr
Al Viro
1
-2
/
+2
2013-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-16
/
+18
2013-07-14
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2013-07-14
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-359
/
+379
2013-07-14
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2
-0
/
+25
[next]