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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-26
packet: set transport header before doing xmit
Jason Wang
1
-0
/
+21
2013-03-26
tuntap: set transport header before passing it to kernel
Jason Wang
1
-0
/
+10
2013-03-26
macvtap: set transport header before passing skb to lower device
Jason Wang
1
-0
/
+9
2013-03-26
netlink: remove duplicated NLMSG_ALIGN
Hong zhi guo
1
-1
/
+1
2013-03-26
Merge branch '6lowpan'
David S. Miller
6
-30
/
+128
2013-03-26
6lowpan: modify udp compression/uncompression to match the standard
Tony Cheneau
1
-3
/
+36
2013-03-26
6lowpan: use the PANID provided by the device instead of a static value
Tony Cheneau
1
-2
/
+4
2013-03-26
6lowpan: obtain IEEE802.15.4 sequence number from the MAC layer
Tony Cheneau
1
-0
/
+8
2013-03-26
mac802154: add mac802154_dev_get_dsn()
Tony Cheneau
3
-0
/
+11
2013-03-26
6lowpan: store fragment tag values per device instead of net stack wide
Tony Cheneau
1
-4
/
+5
2013-03-26
6lowpan: add debug messages for 6LoWPAN fragmentation
Tony Cheneau
1
-4
/
+21
2013-03-26
6lowpan: fix first fragment (FRAG1) handling
Tony Cheneau
1
-13
/
+23
2013-03-26
6lowpan: use short IEEE 802.15.4 addresses for broadcast destination
Tony Cheneau
1
-8
/
+15
2013-03-26
mac802154: turn on ACK when enabled by the upper layers
Tony Cheneau
1
-0
/
+2
2013-03-26
6lowpan: always enable link-layer acknowledgments
Tony Cheneau
1
-0
/
+4
2013-03-26
6lowpan: next header is not properly set upon decompression of a UDP header.
Tony Cheneau
1
-1
/
+3
2013-03-26
6lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible add...
Tony Cheneau
1
-3
/
+4
2013-03-26
netlink: have length check of rtnl msg before deref
Hong zhi guo
2
-19
/
+26
2013-03-26
af_unix: dont send SCM_CREDENTIAL when dest socket is NULL
dingtianhong
1
-2
/
+2
2013-03-26
Merge branch 'ipv6-firewire'
David S. Miller
6
-178
/
+213
2013-03-26
firewire net, ipv6: IPv6 over Firewire (RFC3146) support.
YOSHIFUJI Hideaki / 吉藤英明
3
-9
/
+96
2013-03-26
firewire net, ipv4 arp: Extend hardware address and remove driver-level packe...
YOSHIFUJI Hideaki / 吉藤英明
4
-135
/
+82
2013-03-26
firewire net: Ignore spd and max_payload advertised by ARP.
YOSHIFUJI Hideaki / 吉藤英明
1
-16
/
+0
2013-03-26
firewire net: Allocate address handler before registering net_device.
YOSHIFUJI Hideaki / 吉藤英明
1
-12
/
+10
2013-03-26
firewire net: Send L2 multicast via GASP.
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+7
2013-03-26
firewire net: Accept IPv4 and ARP only.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+19
2013-03-26
net/davinci_emac: use devres APIs
Sekhar Nori
1
-30
/
+16
2013-03-26
Merge branch 'tunnels'
David S. Miller
20
-2179
/
+1668
2013-03-26
Tunneling: use IP Tunnel stats APIs.
Pravin B Shelar
5
-117
/
+7
2013-03-26
VXLAN: Use IP Tunnels tunnel ENC encap API
Pravin B Shelar
1
-24
/
+2
2013-03-26
VXLAN: Fix vxlan stats handling.
Pravin B Shelar
2
-65
/
+8
2013-03-26
IPIP: Use ip-tunneling code.
Pravin B Shelar
2
-690
/
+57
2013-03-26
GRE: Refactor GRE tunneling code.
Pravin B Shelar
18
-1283
/
+1594
2013-03-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
5
-22
/
+43
2013-03-26
pch_gbe: fix ip_summed checksum reporting on rx
Veaceslav Falico
1
-2
/
+2
2013-03-26
x86, io_apic: remove duplicated include from irq_remapping.c
Wei Yongjun
1
-1
/
+0
2013-03-26
igb: fix PHC stopping on max freq
Jiri Benc
1
-1
/
+1
2013-03-26
igb: make sensor info static
Stephen Hemminger
1
-1
/
+1
2013-03-26
igb: SR-IOV init reordering
Alex Williamson
1
-1
/
+1
2013-03-26
igb: Fix null pointer dereference
Alex Williamson
1
-1
/
+1
2013-03-26
igb: fix i350 anti spoofing config
Lior Levy
1
-14
/
+19
2013-03-26
ixgbevf: don't release the soft entries
xunleer
1
-4
/
+20
2013-03-26
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2013-03-25
net: Print functions in /proc/net/ptype without the offset.
David S. Miller
1
-1
/
+1
2013-03-25
ipv6: fix bad free of addrconf_init_net
Hong Zhiguo
1
-16
/
+10
2013-03-25
unix: fix a race condition in unix_release()
Paul Moore
1
-4
/
+3
2013-03-25
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
11
-19
/
+27
2013-03-25
ipv4: Fix ip-header identification for gso packets.
Pravin B Shelar
2
-12
/
+7
2013-03-25
Revert "udp: increase inner ip header ID during segmentation"
Pravin B Shelar
1
-6
/
+1
2013-03-25
Revert "ip_gre: increase inner ip header ID during segmentation"
Pravin B Shelar
1
-6
/
+1
[prev]
[next]