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
2012-04-12
Treat ND option 31 as userland (DNSSL support)
Alexey I. Froloff
1
-1
/
+3
2012-04-11
batman-adv: add bridge loop avoidance compile option
Simon Wunderlich
7
-5
/
+89
2012-04-11
batman-adv: form groups in the bridge loop avoidance
Simon Wunderlich
2
-6
/
+116
2012-04-11
batman-adv: drop STP over batman
Simon Wunderlich
1
-0
/
+8
2012-04-11
batman-adv: add broadcast duplicate check
Simon Wunderlich
5
-0
/
+91
2012-04-11
batman-adv: don't let backbone gateways exchange tt entries
Simon Wunderlich
4
-2
/
+74
2012-04-11
batman-adv: allow multiple entries in tt_global_entries
Simon Wunderlich
2
-93
/
+311
2012-04-11
batman-adv: export claim tables through debugfs
Simon Wunderlich
3
-0
/
+64
2012-04-11
batman-adv: make bridge loop avoidance switchable
Simon Wunderlich
1
-0
/
+2
2012-04-11
batman-adv: add basic bridge loop avoidance code
Simon Wunderlich
13
-10
/
+1422
2012-04-11
batman-adv: remove old bridge loop avoidance code
Simon Wunderlich
9
-517
/
+5
2012-04-11
batman-adv: encourage batman to take shorter routes by changing the default h...
Marek Lindner
1
-1
/
+1
2012-04-11
batman-adv: Remove declaration of only locally used functions
Sven Eckelmann
2
-16
/
+14
2012-04-11
batman-adv: Replace bitarray operations with bitmap
Sven Eckelmann
6
-130
/
+41
2012-04-11
batman-adv: use ETH_ALEN instead of hardcoded numeric constants
Antonio Quartulli
1
-13
/
+13
2012-04-11
batman-adv: clean up Kconfig
Antonio Quartulli
1
-9
/
+8
2012-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
126
-544
/
+470
2012-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
12
-74
/
+71
2012-04-06
net: fix a race in sock_queue_err_skb()
Eric Dumazet
1
-1
/
+3
2012-04-06
netlink: fix races after skb queueing
Eric Dumazet
1
-11
/
+13
2012-04-05
phonet: Check input from user before allocating
Sasha Levin
1
-0
/
+3
2012-04-05
tcp: tcp_sendpages() should call tcp_push() once
Eric Dumazet
2
-4
/
+4
2012-04-05
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
7
-24
/
+11
2012-04-05
simple_open: automatically convert to simple_open()
Stephen Boyd
7
-24
/
+11
2012-04-05
net: replace continue with break to reduce unnecessary loop in xxx_xmarksources
RongQing.Li
2
-2
/
+2
2012-04-05
net: remove k{un}map_skb_frag()
Eric Dumazet
3
-43
/
+24
2012-04-05
net/dcb: Add an optional max rate attribute
Amir Vadai
1
-0
/
+20
2012-04-05
net/route: export symbol ip_tos2prio
Amir Vadai
1
-1
/
+1
2012-04-05
ipv6: fix array index in ip6_mc_add_src()
RongQing.Li
1
-1
/
+1
2012-04-04
sctp: Allow struct sctp_event_subscribe to grow without breaking binaries
Thomas Graf
1
-2
/
+3
2012-04-04
ethtool: Add a common function for drivers with transmit time stamping.
Richard Cochran
1
-0
/
+11
2012-04-04
ethtool: Introduce a method for getting time stamping capabilities.
Richard Cochran
1
-3
/
+45
2012-04-04
ipv6: Fix 'inet6_rtm_getroute' to release 'rt->dst' in case of 'alloc_skb' fa...
Shmulik Ladkani
1
-0
/
+1
2012-04-03
netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_alloc
Pablo Neira Ayuso
1
-0
/
+1
2012-04-03
netfilter: xt_CT: fix missing put timeout object in error path
Pablo Neira Ayuso
1
-5
/
+19
2012-04-03
netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock section
Pablo Neira Ayuso
1
-1
/
+1
2012-04-03
Merge branch 'master' of git://1984.lsi.us.es/net
David S. Miller
1
-0
/
+2
2012-04-03
filter: add XOR operation
Jiri Pirko
1
-0
/
+4
2012-04-03
filter: Allow to create sk-unattached filters
Jiri Pirko
1
-4
/
+62
2012-04-03
bpf jit: Make the filter.c::__load_pointer helper non-static for the jits
Jan Seiffert
1
-3
/
+6
2012-04-03
tcp: allow splice() to build full TSO packets
Eric Dumazet
1
-1
/
+1
2012-04-03
net: fix /proc/net/dev regression
Eric Dumazet
2
-46
/
+15
2012-04-03
af_unix: reduce high order page allocations
Eric Dumazet
1
-3
/
+12
2012-04-03
netfilter: xt_CT: remove a compile warning
Pablo Neira Ayuso
1
-0
/
+2
2012-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
10
-38
/
+64
2012-04-02
net: Report dev->promiscuity in netlink reports.
Ben Greear
1
-0
/
+3
2012-04-02
net/ipv6/addrconf.c: Checkpatch cleanups
Eldad Zack
1
-13
/
+12
2012-04-02
net/ipv6/icmp.c: Checkpatch cleanups
Eldad Zack
1
-3
/
+2
2012-04-02
net/ipv6/fib6_rules.c: Checkpatch cleanup
Eldad Zack
1
-2
/
+1
2012-04-02
net/ipv6/exthdrs_core.c: Checkpatch cleanups
Eldad Zack
1
-2
/
+1
[next]