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
2014-11-21
vlan: make __vlan_hwaccel_put_tag return void
Jiri Pirko
1
-1
/
+1
2014-11-21
openvswitch: actions: use skb_postpull_rcsum when possible
Jiri Pirko
1
-7
/
+2
2014-11-21
l2tp_eth: allow to set a specific mac address
Alexander Couzens
1
-0
/
+1
2014-11-19
fold verify_iovec() into copy_msghdr_from_user()
Al Viro
3
-108
/
+75
2014-11-19
{compat_,}verify_iovec(): switch to generic copying of iovecs
Al Viro
3
-89
/
+37
2014-11-19
separate kernel- and userland-side msghdr
Al Viro
2
-15
/
+18
2014-11-19
netlink: Deletion of an unnecessary check before the function call "__module_...
Markus Elfring
1
-2
/
+1
2014-11-19
net: pktgen: Deletion of an unnecessary check before the function call "proc_...
Markus Elfring
1
-2
/
+1
2014-11-19
tcp: make connect() mem charging friendly
Eric Dumazet
1
-40
/
+28
2014-11-18
icmp: Remove some spurious dropped packet profile hits from the ICMP path
Rick Jones
3
-20
/
+41
2014-11-18
dev_ioctl: use sizeof(x) instead of sizeof x
Fabian Frederick
1
-3
/
+6
2014-11-18
net/core: include linux/types.h instead of asm/types.h
Fabian Frederick
1
-1
/
+1
2014-11-18
net: fix spelling for synchronized
Fabian Frederick
1
-2
/
+2
2014-11-18
dccp: spelling s/reseting/resetting
Fabian Frederick
1
-1
/
+1
2014-11-18
dccp: replace min/casting by min_t
Fabian Frederick
1
-1
/
+1
2014-11-18
dccp: remove blank lines between function/EXPORT_SYMBOL
Fabian Frederick
1
-6
/
+0
2014-11-18
dccp: kerneldoc warning fixes
Fabian Frederick
1
-2
/
+2
2014-11-16
net: provide a per host RSS key generic infrastructure
Eric Dumazet
2
-0
/
+30
2014-11-16
net: dsa: replace count*size kzalloc by kcalloc
Fabian Frederick
1
-2
/
+2
2014-11-16
net: dsa: replace count*size kmalloc by kmalloc_array
Fabian Frederick
1
-1
/
+2
2014-11-16
openvswitch: use PTR_ERR_OR_ZERO
Fabian Frederick
1
-3
/
+1
2014-11-16
tipc: allow one link per bearer to neighboring nodes
Holger Brunck
1
-2
/
+3
2014-11-14
openvswitch: Fix build failure.
Pravin B Shelar
1
-4
/
+2
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-93
/
+196
2014-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
20
-97
/
+91
2014-11-13
tcp: limit GSO packets to half cwnd
Eric Dumazet
1
-4
/
+8
2014-11-13
rhashtable: Drop gfp_flags arg in insert/remove functions
Thomas Graf
2
-4
/
+4
2014-11-13
rhashtable: Add parent argument to mutex_is_held
Herbert Xu
2
-2
/
+2
2014-11-13
netfilter: Move mutex_is_held under PROVE_LOCKING
Herbert Xu
1
-0
/
+4
2014-11-13
netlink: Move mutex_is_held under PROVE_LOCKING
Herbert Xu
1
-2
/
+4
2014-11-13
net: generic dev_disable_lro() stacked device handling
Michal Kubeček
1
-10
/
+5
2014-11-13
FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS
Thomas Graf
1
-1
/
+1
2014-11-13
libceph: change from BUG to WARN for __remove_osd() asserts
Ilya Dryomov
1
-2
/
+2
2014-11-13
libceph: clear r_req_lru_item in __unregister_linger_request()
Ilya Dryomov
1
-0
/
+2
2014-11-13
libceph: unlink from o_linger_requests when clearing r_osd
Ilya Dryomov
1
-0
/
+1
2014-11-13
libceph: do not crash on large auth tickets
Ilya Dryomov
1
-37
/
+132
2014-11-12
irda: Fix build failures after IRDA_DEBUG->pr_debug
Joe Perches
6
-18
/
+6
2014-11-12
netlink: Properly unbind in error conditions.
Hiroaki SHIMODA
1
-2
/
+3
2014-11-12
ip_tunnel: Ops registration for secondary encap (fou, gue)
Tom Herbert
2
-25
/
+138
2014-11-12
udp: Neaten function pointer calls and add braces
Joe Perches
1
-17
/
+17
2014-11-12
irda: Convert IRDA_DEBUG to pr_debug
Joe Perches
36
-1285
/
+797
2014-11-11
irda: Remove IRDA_<TYPE> logging macros
Joe Perches
25
-206
/
+190
2014-11-11
ipv6: fix IPV6_PKTINFO with v4 mapped
Eric Dumazet
1
-1
/
+1
2014-11-11
neigh: remove dynamic neigh table registration support
WANG Cong
4
-140
/
+117
2014-11-11
net: sctp: fix memory leak in auth key management
Daniel Borkmann
1
-2
/
+0
2014-11-11
net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...
Daniel Borkmann
1
-0
/
+3
2014-11-11
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
Joe Perches
20
-102
/
+94
2014-11-11
Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
15
-313
/
+649
2014-11-11
dsa: Use netdev_<level> instead of printk
Joe Perches
2
-21
/
+17
2014-11-11
net: introduce SO_INCOMING_CPU
Eric Dumazet
6
-2
/
+12
[next]