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-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-12
irda: Fix build failures after IRDA_DEBUG->pr_debug
Joe Perches
6
-18
/
+6
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
neigh: remove dynamic neigh table registration support
WANG Cong
4
-140
/
+117
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
2014-11-11
tcp: move sk_mark_napi_id() at the right place
Eric Dumazet
2
-2
/
+4
2014-11-10
Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
83
-2176
/
+4065
2014-11-10
ipv4: Avoid reading user iov twice after raw_probe_proto_opt
Herbert Xu
1
-8
/
+54
2014-11-10
ipv4: Use standard iovec primitive in raw_probe_proto_opt
Herbert Xu
1
-39
/
+11
2014-11-10
net: gro: add a per device gro flush timer
Eric Dumazet
2
-4
/
+59
2014-11-09
openvswitch: Add support for OVS_FLOW_ATTR_PROBE.
Jarno Rajahalme
6
-168
/
+206
2014-11-09
openvswitch: Constify various function arguments
Thomas Graf
11
-36
/
+38
2014-11-09
openvswitch: Remove redundant key ref from upcall_info.
Pravin B Shelar
3
-28
/
+32
2014-11-09
openvswitch: Optimize recirc action.
Pravin B Shelar
1
-45
/
+106
2014-11-09
openvswitch: Extend packet attribute for egress tunnel info
Wenyu Zhang
11
-31
/
+262
2014-11-09
openvswitch: Export symbols as GPL symbols.
Pravin B Shelar
2
-8
/
+8
2014-11-08
dccp: Convert DCCP_WARN to net_warn_ratelimited
Joe Perches
1
-2
/
+2
2014-11-07
udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts
Rick Jones
4
-6
/
+19
2014-11-07
net: Kill skb_copy_datagram_const_iovec
Herbert Xu
1
-89
/
+0
2014-11-07
inet: Add skb_copy_datagram_iter
Herbert Xu
1
-0
/
+87
2014-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-61
/
+51
2014-11-06
Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
19
-234
/
+530
2014-11-06
net: esp: Convert NETDEBUG to pr_info
Joe Perches
2
-10
/
+10
2014-11-06
net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages
Joe Perches
2
-11
/
+7
2014-11-06
net: dsa: slave: Fix autoneg for phys on switch MDIO bus
Andrew Lunn
1
-2
/
+5
2014-11-06
sched: fix act file names in header comment
Jiri Pirko
6
-6
/
+6
2014-11-06
ip6_tunnel: Add support for wildcard tunnel endpoints.
Steffen Klassert
1
-1
/
+40
2014-11-06
ipv6: Allow sending packets through tunnels with wildcard endpoints
Steffen Klassert
3
-11
/
+24
2014-11-05
openvswitch: Avoid NULL mask check while building mask
Pravin B Shelar
1
-54
/
+53
2014-11-05
openvswitch: Refactor action alloc and copy api.
Pravin B Shelar
3
-29
/
+21
2014-11-05
openvswitch: Move key_attr_size() to flow_netlink.h.
Joe Stringer
3
-28
/
+37
2014-11-05
openvswitch: Remove flow member from struct ovs_skb_cb
Lorand Jakab
3
-12
/
+9
2014-11-05
openvswitch: Drop packets when interdev is not up
Chunhe Li
1
-0
/
+5
2014-11-05
openvswitch: Refactor get_dp() function into multiple access APIs.
Andy Zhou
1
-10
/
+21
2014-11-05
openvswitch: Refactor ovs_flow_cmd_fill_info().
Joe Stringer
1
-27
/
+66
2014-11-05
openvswitch: refactor do_output() to move NULL check out of fast path
Andy Zhou
1
-14
/
+11
2014-11-05
openvswitch: Additional logging for -EINVAL on flow setups.
Jesse Gross
2
-7
/
+22
2014-11-05
openvswitch: Remove redundant tcp_flags code.
Joe Stringer
1
-10
/
+3
[next]