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
2013-03-12
tcp: TLP loss detection.
Nandita Dukkipati
5
-0
/
+52
2013-03-12
tcp: Tail loss probe (TLP)
Nandita Dukkipati
7
-22
/
+156
2013-03-12
bridge: using for_each_set_bit to simplify the code
Wei Yongjun
2
-12
/
+3
2013-03-12
bridge: using for_each_set_bit_from to simplify the code
Wei Yongjun
1
-3
/
+1
2013-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
30
-124
/
+195
2013-03-12
bridge: reserve space for IFLA_BRPORT_FAST_LEAVE
stephen hemminger
1
-0
/
+1
2013-03-12
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-3
/
+3
2013-03-12
net/ipv4: Ensure that location of timestamp option is stored
David Ward
1
-4
/
+1
2013-03-12
flow_dissector: support L2 GRE
Michael Dalton
1
-0
/
+11
2013-03-11
batman-adv: verify tt len does not exceed packet len
Marek Lindner
1
-3
/
+3
2013-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
26
-113
/
+188
2013-03-11
net: can: af_can.c: Fix checkpatch warnings
Valentin Ilie
1
-13
/
+8
2013-03-10
ipv6: introduce ip6tunnel_xmit() helper
Cong Wang
2
-30
/
+2
2013-03-10
6lowpan: Fix endianness issue in is_addr_link_local().
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+1
2013-03-10
ipv6: remove superfluous nla_data() NULL pointer checks
Mathias Krause
1
-6
/
+0
2013-03-10
dcbnl: fix various netlink info leaks
Mathias Krause
1
-0
/
+8
2013-03-10
rtnl: fix info leak on RTM_GETLINK request for VF devices
Mathias Krause
1
-0
/
+1
2013-03-10
bridge: fix mdb info leaks
Mathias Krause
1
-0
/
+4
2013-03-10
tunnel: use iptunnel_xmit() again
Cong Wang
3
-32
/
+4
2013-03-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-3
/
+1
2013-03-09
ipip: capture inner headers during encapsulation
Pravin B Shelar
1
-6
/
+7
2013-03-09
ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification.
Pravin B Shelar
1
-1
/
+20
2013-03-09
dcb: fix sparse warnings
stephen hemminger
1
-0
/
+1
2013-03-09
tunneling: Add generic Tunnel segmentation.
Pravin B Shelar
6
-27
/
+105
2013-03-09
tunneling: Capture inner mac header during encapsulation.
Pravin B Shelar
1
-0
/
+2
2013-03-09
net: Add skb_headers_offset_update helper function.
Pravin B Shelar
1
-20
/
+14
2013-03-09
tunnel: Inherit NETIF_F_SG for hw_enc_features.
Pravin B Shelar
1
-0
/
+4
2013-03-09
net: Kill link between CSUM and SG features.
Pravin B Shelar
4
-36
/
+46
2013-03-08
Revert parts of "hlist: drop the node parameter from iterators"
Arnd Bergmann
1
-1
/
+1
2013-03-08
ipv6: report sin6_scope_id if sockopt RECVORIGDSTADDR is set
Hannes Frederic Sowa
1
-1
/
+3
2013-03-08
ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id
Hannes Frederic Sowa
6
-26
/
+26
2013-03-08
ipv6: ndisc: remove redundant check for !dev->addr_len
Thomas Graf
1
-2
/
+0
2013-03-08
ipv6: stop multicast forwarding to process interface scoped addresses
Hannes Frederic Sowa
1
-1
/
+2
2013-03-08
bridging: fix rx_handlers return code
Cristian Bercaru
1
-0
/
+1
2013-03-08
netlabel: fix build problems when CONFIG_IPV6=n
Paul Moore
1
-10
/
+5
2013-03-08
net/rds: zero last byte for strncpy
Chen Gang
1
-0
/
+1
2013-03-07
ipv6 flowlabel: add __rcu annotations
Eric Dumazet
1
-3
/
+8
2013-03-07
bridge: add missing vid to br_mdb_get()
Cong Wang
4
-5
/
+6
2013-03-07
Fix: sparse warning in inet_csk_prepare_forced_close
Christoph Paasch
1
-0
/
+1
2013-03-07
bridge: use ipv4_is_local_multicast() helper
Amerigo Wang
1
-1
/
+1
2013-03-07
afkey: fix a typo
Junwei Zhang
1
-4
/
+4
2013-03-07
CAIF: fix indentation for function arguments
Silviu-Mihai Popescu
12
-56
/
+55
2013-03-07
tcp: uninline tcp_prequeue()
Eric Dumazet
1
-0
/
+44
2013-03-07
netlabel: correctly list all the static label mappings
Paul Moore
1
-6
/
+6
2013-03-07
net: generic fdb support for drivers without ndo_fdb_<op>
Vlad Yasevich
1
-6
/
+75
2013-03-07
Merge branch 'master' of git://1984.lsi.us.es/nf
David S. Miller
3
-7
/
+14
2013-03-06
htb: add HTB_DIRECT_QLEN attribute
Eric Dumazet
1
-15
/
+16
2013-03-06
netconf: add the handler to dump entries
Nicolas Dichtel
2
-2
/
+138
2013-03-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-42
/
+70
2013-03-06
net/ipv4: Timestamp option cannot overflow with prespecified addresses
David Ward
1
-1
/
+1
[next]