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
*
batman-adv: limit local translation table max size
Marek Lindner
2013-10-23
5
-36
/
+173
*
batman-adv: adapt the TT component to use the new API functions
Antonio Quartulli
2013-10-23
1
-11
/
+24
*
batman-adv: provide orig_node routing API
Antonio Quartulli
2013-10-23
3
-88
/
+151
*
batman-adv: adapt the neighbor purging routine to use the new API functions
Antonio Quartulli
2013-10-23
1
-8
/
+9
*
batman-adv: adapt bonding to use the new API functions
Antonio Quartulli
2013-10-23
3
-15
/
+32
*
batman-adv: add bat_neigh_is_equiv_or_better API function
Antonio Quartulli
2013-10-23
4
-1
/
+30
*
batman-adv: add bat_neigh_cmp API function
Antonio Quartulli
2013-10-23
3
-1
/
+25
*
batman-adv: add bat_orig_print API function
Antonio Quartulli
2013-10-23
3
-56
/
+78
*
batman-adv: make struct batadv_orig_node algorithm agnostic
Antonio Quartulli
2013-10-23
4
-95
/
+135
*
batman-adv: make struct batadv_neigh_node algorithm agnostic
Antonio Quartulli
2013-10-23
8
-71
/
+103
*
net: remove function sk_reset_txq()
ZHAO Gang
2013-10-22
1
-6
/
+0
*
ipv6: sit: add GSO/TSO support
Eric Dumazet
2013-10-22
6
-9
/
+34
*
ipv6: gso: make ipv6_gso_segment() stackable
Eric Dumazet
2013-10-22
1
-6
/
+17
*
ipv4: Allow unprivileged users to use per net sysctls
Eric W. Biederman
2013-10-22
1
-4
/
+0
*
ipv4: Use math to point per net sysctls into the appropriate struct net.
Eric W. Biederman
2013-10-22
1
-18
/
+5
*
tcp_memcontrol: Kill struct tcp_memcontrol
Eric W. Biederman
2013-10-22
1
-43
/
+18
*
tcp_memcontrol: Remove the per netns control.
Eric W. Biederman
2013-10-22
7
-31
/
+20
*
tcp_memcontrol: Remove setting cgroup settings via sysctl
Eric W. Biederman
2013-10-22
2
-51
/
+2
*
tcp_memcontrol: Remove tcp_max_memory
Eric W. Biederman
2013-10-22
1
-13
/
+0
*
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2013-10-20
20
-471
/
+1834
|
\
|
*
batman-adv: make the backbone gw check VLAN specific
Antonio Quartulli
2013-10-19
3
-43
/
+27
|
*
batman-adv: make the TT global purge routine VLAN specific
Antonio Quartulli
2013-10-19
5
-6
/
+21
|
*
batman-adv: make the TT CRC logic VLAN specific
Antonio Quartulli
2013-10-19
5
-157
/
+730
|
*
batman-adv: lock around TT operations to avoid sending inconsistent data
Antonio Quartulli
2013-10-19
4
-4
/
+34
|
*
batman-adv: remove bogus comment
Antonio Quartulli
2013-10-19
1
-5
/
+0
|
*
batman-adv: refine API calls for unicast transmissions of SKBs
Linus Lüssing
2013-10-19
4
-48
/
+108
|
*
batman-adv: make the AP isolation attribute VLAN specific
Antonio Quartulli
2013-10-19
5
-14
/
+30
|
*
batman-adv: add sysfs framework for VLAN
Antonio Quartulli
2013-10-19
4
-3
/
+198
|
*
batman-adv: add per VLAN interface attribute framework
Antonio Quartulli
2013-10-19
5
-3
/
+197
|
*
batman-adv: make the Distributed ARP Table vlan aware
Antonio Quartulli
2013-10-19
2
-48
/
+107
|
*
batman-adv: make the GW module correctly talk to the new VLAN-TT
Antonio Quartulli
2013-10-19
1
-3
/
+18
|
*
batman-adv: print the VID together with the TT entries
Antonio Quartulli
2013-10-19
2
-32
/
+52
|
*
batman-adv: use vid when computing local and global TT CRC
Antonio Quartulli
2013-10-19
1
-4
/
+31
|
*
batman-adv: add the VLAN ID attribute to the TT entry
Antonio Quartulli
2013-10-19
13
-135
/
+312
|
*
batman-adv: update email address for Marek Lindner
Marek Lindner
2013-10-19
1
-1
/
+1
|
*
batman-adv: update email address for Simon Wunderlich
Simon Wunderlich
2013-10-19
1
-1
/
+1
|
*
batman-adv: check skb preparation return value
Antonio Quartulli
2013-10-19
1
-3
/
+6
*
|
net: switch net_secret key generation to net_get_random_once
Hannes Frederic Sowa
2013-10-20
1
-12
/
+2
*
|
tcp: switch tcp_fastopen key generation to net_get_random_once
Hannes Frederic Sowa
2013-10-20
2
-11
/
+21
*
|
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
Hannes Frederic Sowa
2013-10-20
7
-42
/
+44
*
|
inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...
Hannes Frederic Sowa
2013-10-20
2
-13
/
+14
*
|
net: introduce new macro net_get_random_once
Hannes Frederic Sowa
2013-10-20
1
-0
/
+48
*
|
ipv6: split inet6_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
2013-10-20
2
-4
/
+40
*
|
ipv4: split inet_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
2013-10-20
3
-7
/
+36
*
|
ipip: add GSO/TSO support
Eric Dumazet
2013-10-20
9
-6
/
+23
*
|
ipv4: gso: make inet_gso_segment() stackable
Eric Dumazet
2013-10-20
2
-7
/
+20
*
|
ipv4: generalize gre_handle_offloads
Eric Dumazet
2013-10-20
2
-29
/
+33
*
|
net: generalize skb_segment()
Eric Dumazet
2013-10-20
1
-17
/
+5
*
|
ipv6: gso: remove redundant locking
Eric Dumazet
2013-10-20
1
-4
/
+1
*
|
net: misc: Remove extern from function prototypes
Joe Perches
2013-10-20
11
-167
/
+157
[next]