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-08-24
cls_cgroup: Allow classifier cgroups to have their classid reset to 0
Neil Horman
1
-1
/
+1
2012-08-24
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
19
-555
/
+814
2012-08-23
net: reinstate rtnl in call_netdevice_notifiers()
Eric Dumazet
5
-19
/
+12
2012-08-23
batman-adv: Start new development cycle
Sven Eckelmann
1
-1
/
+1
2012-08-23
batman-adv: change interface_rx to get orig node
Antonio Quartulli
3
-7
/
+14
2012-08-23
batman-adv: detect not yet announced clients
Antonio Quartulli
5
-33
/
+101
2012-08-23
batman-adv: Reduce accumulated length of simple statements
Sven Eckelmann
7
-38
/
+55
2012-08-23
batman-adv: Don't break statements after assignment operator
Sven Eckelmann
6
-35
/
+39
2012-08-23
batman-adv: Use BIT(x) macro to calculate bit positions
Sven Eckelmann
3
-29
/
+31
2012-08-23
batman-adv: Drop tt queries with foreign dest
Martin Hundebøll
1
-15
/
+3
2012-08-23
batman-adv: Move batadv_check_unicast_packet()
Martin Hundebøll
1
-25
/
+25
2012-08-23
batman-adv: Split batadv_priv in sub-structures for features
Sven Eckelmann
10
-311
/
+343
2012-08-23
batman-adv: check batadv_orig_hash_add_if() return code
Simon Wunderlich
1
-1
/
+7
2012-08-23
batman-adv: fix typos in comments
Antonio Quartulli
2
-5
/
+5
2012-08-23
batman-adv: add reference counting for type batadv_tt_orig_list_entry
Antonio Quartulli
2
-23
/
+53
2012-08-23
batman-adv: remove a misleading comment
Jonathan Corbet
1
-3
/
+0
2012-08-23
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
Marek Lindner
3
-19
/
+42
2012-08-23
batman-adv: rename bridge loop avoidance claim types
Simon Wunderlich
2
-11
/
+11
2012-08-23
batman-adv: correct comments in bridge loop avoidance
Simon Wunderlich
1
-2
/
+3
2012-08-23
batman-adv: Add the backbone gateway list to debugfs
Simon Wunderlich
3
-0
/
+85
2012-08-23
batman-adv: move function arguments on one line
Antonio Quartulli
1
-2
/
+1
2012-08-22
packet: Protect packet sk list with mutex (v2)
Pavel Emelyanov
2
-8
/
+14
2012-08-22
af_packet: use define instead of constant
danborkmann@iogearbox.net
1
-2
/
+3
2012-08-22
rds: Don't disable BH on BH context
Ying Xue
4
-8
/
+8
2012-08-22
ipv6: gre: fix ip6gre_err()
Eric Dumazet
1
-3
/
+5
2012-08-22
xfrm: fix RCU bugs
Eric Dumazet
1
-37
/
+39
2012-08-22
net: remove delay at device dismantle
Eric Dumazet
7
-23
/
+26
2012-08-22
Merge git://1984.lsi.us.es/nf-next
David S. Miller
22
-129
/
+219
2012-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
64
-278
/
+556
2012-08-22
netfilter: remove unnecessary goto statement for error recovery
Jean Sacren
3
-15
/
+3
2012-08-22
netfilter: replace list_for_each_continue_rcu with new interface
Michael Wang
1
-4
/
+6
2012-08-21
af_netlink: force credentials passing [CVE-2012-3520]
Eric Dumazet
2
-3
/
+3
2012-08-21
ipv4: fix ip header ident selection in __ip_make_skb()
Eric Dumazet
1
-1
/
+1
2012-08-21
ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()
Christoph Paasch
1
-1
/
+6
2012-08-21
tcp: fix possible socket refcount problem
Eric Dumazet
3
-10
/
+18
2012-08-20
netfilter: nf_conntrack: remove unnecessary RTNL locking
Patrick McHardy
1
-5
/
+0
2012-08-20
netfilter: sparse endian fixes
Patrick McHardy
4
-7
/
+9
2012-08-20
net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()
Neal Cardwell
3
-14
/
+14
2012-08-20
net/core/dev.c: fix kernel-doc warning
Randy Dunlap
1
-0
/
+1
2012-08-20
net: ipv6: fix oops in inet_putpeer()
Patrick McHardy
2
-0
/
+10
2012-08-20
caif: Do not dereference NULL in chnl_recv_cb()
Jesper Juhl
1
-0
/
+4
2012-08-20
Merge git://1984.lsi.us.es/nf
David S. Miller
4
-48
/
+89
2012-08-20
af_packet: don't emit packet on orig fanout group
Eric Leblond
2
-2
/
+23
2012-08-20
tipc: eliminate configuration for maximum number of name publications
Ying Xue
4
-26
/
+5
2012-08-20
tipc: eliminate configuration for maximum number of name subscriptions
Ying Xue
4
-28
/
+7
2012-08-20
tipc: add __read_mostly annotations to several global variables
Ying Xue
3
-11
/
+11
2012-08-20
tipc: convert tipc_nametbl_size type from variable to macro
Ying Xue
1
-5
/
+5
2012-08-20
tipc: change tipc_net_start routine return value type
Ying Xue
3
-6
/
+4
2012-08-20
tipc: manually inline single use media_name_valid routine
Ying Xue
1
-16
/
+1
2012-08-20
tipc: remove pointless name sanity check and tipc_alphabet array
Ying Xue
4
-12
/
+3
[next]