index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Set device operstate at registration time
Ben Hutchings
2012-08-24
2
-0
/
+10
*
cls_cgroup: Allow classifier cgroups to have their classid reset to 0
Neil Horman
2012-08-24
1
-1
/
+1
*
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2012-08-24
19
-555
/
+814
|
\
|
*
batman-adv: Start new development cycle
Sven Eckelmann
2012-08-23
1
-1
/
+1
|
*
batman-adv: change interface_rx to get orig node
Antonio Quartulli
2012-08-23
3
-7
/
+14
|
*
batman-adv: detect not yet announced clients
Antonio Quartulli
2012-08-23
5
-33
/
+101
|
*
batman-adv: Reduce accumulated length of simple statements
Sven Eckelmann
2012-08-23
7
-38
/
+55
|
*
batman-adv: Don't break statements after assignment operator
Sven Eckelmann
2012-08-23
6
-35
/
+39
|
*
batman-adv: Use BIT(x) macro to calculate bit positions
Sven Eckelmann
2012-08-23
3
-29
/
+31
|
*
batman-adv: Drop tt queries with foreign dest
Martin Hundebøll
2012-08-23
1
-15
/
+3
|
*
batman-adv: Move batadv_check_unicast_packet()
Martin Hundebøll
2012-08-23
1
-25
/
+25
|
*
batman-adv: Split batadv_priv in sub-structures for features
Sven Eckelmann
2012-08-23
10
-311
/
+343
|
*
batman-adv: check batadv_orig_hash_add_if() return code
Simon Wunderlich
2012-08-23
1
-1
/
+7
|
*
batman-adv: fix typos in comments
Antonio Quartulli
2012-08-23
2
-5
/
+5
|
*
batman-adv: add reference counting for type batadv_tt_orig_list_entry
Antonio Quartulli
2012-08-23
2
-23
/
+53
|
*
batman-adv: remove a misleading comment
Jonathan Corbet
2012-08-23
1
-3
/
+0
|
*
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
Marek Lindner
2012-08-23
3
-19
/
+42
|
*
batman-adv: rename bridge loop avoidance claim types
Simon Wunderlich
2012-08-23
2
-11
/
+11
|
*
batman-adv: correct comments in bridge loop avoidance
Simon Wunderlich
2012-08-23
1
-2
/
+3
|
*
batman-adv: Add the backbone gateway list to debugfs
Simon Wunderlich
2012-08-23
3
-0
/
+85
|
*
batman-adv: move function arguments on one line
Antonio Quartulli
2012-08-23
1
-2
/
+1
*
|
net: reinstate rtnl in call_netdevice_notifiers()
Eric Dumazet
2012-08-23
5
-19
/
+12
|
/
*
packet: Protect packet sk list with mutex (v2)
Pavel Emelyanov
2012-08-23
2
-8
/
+14
*
af_packet: use define instead of constant
danborkmann@iogearbox.net
2012-08-23
1
-2
/
+3
*
rds: Don't disable BH on BH context
Ying Xue
2012-08-23
4
-8
/
+8
*
ipv6: gre: fix ip6gre_err()
Eric Dumazet
2012-08-23
1
-3
/
+5
*
xfrm: fix RCU bugs
Eric Dumazet
2012-08-23
1
-37
/
+39
*
net: remove delay at device dismantle
Eric Dumazet
2012-08-23
7
-23
/
+26
*
Merge git://1984.lsi.us.es/nf-next
David S. Miller
2012-08-23
22
-129
/
+219
|
\
|
*
netfilter: remove unnecessary goto statement for error recovery
Jean Sacren
2012-08-22
3
-15
/
+3
|
*
netfilter: replace list_for_each_continue_rcu with new interface
Michael Wang
2012-08-22
1
-4
/
+6
|
*
netfilter: nf_conntrack: remove unnecessary RTNL locking
Patrick McHardy
2012-08-20
1
-5
/
+0
|
*
netfilter: sparse endian fixes
Patrick McHardy
2012-08-20
4
-7
/
+9
|
*
netfilter: PTR_RET can be used
Wu Fengguang
2012-08-14
10
-32
/
+10
|
*
ipvs: add pmtu_disc option to disable IP DF for TUN packets
Julian Anastasov
2012-08-10
2
-3
/
+11
|
*
ipvs: implement passive PMTUD for IPIP packets
Julian Anastasov
2012-08-10
2
-27
/
+128
|
*
ipvs: fixed sparse warning
Claudiu Ghioc
2012-08-10
1
-4
/
+4
|
*
ipvs: generalize app registration in netns
Julian Anastasov
2012-08-10
2
-32
/
+47
|
*
ipvs: ip_vs_ftp depends on nf_conntrack_ftp helper
Julian Anastasov
2012-08-10
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-08-22
64
-278
/
+556
|
\
\
|
*
|
af_netlink: force credentials passing [CVE-2012-3520]
Eric Dumazet
2012-08-21
2
-3
/
+3
|
*
|
ipv4: fix ip header ident selection in __ip_make_skb()
Eric Dumazet
2012-08-21
1
-1
/
+1
|
*
|
ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()
Christoph Paasch
2012-08-21
1
-1
/
+6
|
*
|
tcp: fix possible socket refcount problem
Eric Dumazet
2012-08-21
3
-10
/
+18
|
*
|
net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()
Neal Cardwell
2012-08-20
3
-14
/
+14
|
*
|
net/core/dev.c: fix kernel-doc warning
Randy Dunlap
2012-08-20
1
-0
/
+1
|
*
|
net: ipv6: fix oops in inet_putpeer()
Patrick McHardy
2012-08-20
2
-0
/
+10
|
*
|
caif: Do not dereference NULL in chnl_recv_cb()
Jesper Juhl
2012-08-20
1
-0
/
+4
|
*
|
Merge git://1984.lsi.us.es/nf
David S. Miller
2012-08-20
4
-48
/
+89
|
|
\
\
|
|
*
|
netfilter: nf_ct_expect: fix possible access to uninitialized timer
Pablo Neira Ayuso
2012-08-16
1
-23
/
+6
[next]