index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: remove function sk_reset_txq()
ZHAO Gang
2013-10-22
1
-6
/
+0
*
ipv6: sit: add GSO/TSO support
Eric Dumazet
2013-10-21
6
-9
/
+34
*
ipv6: gso: make ipv6_gso_segment() stackable
Eric Dumazet
2013-10-21
1
-6
/
+17
*
ipv4: Allow unprivileged users to use per net sysctls
Eric W. Biederman
2013-10-21
1
-4
/
+0
*
ipv4: Use math to point per net sysctls into the appropriate struct net.
Eric W. Biederman
2013-10-21
1
-18
/
+5
*
tcp_memcontrol: Kill struct tcp_memcontrol
Eric W. Biederman
2013-10-21
1
-43
/
+18
*
tcp_memcontrol: Remove the per netns control.
Eric W. Biederman
2013-10-21
7
-31
/
+20
*
tcp_memcontrol: Remove setting cgroup settings via sysctl
Eric W. Biederman
2013-10-21
2
-51
/
+2
*
tcp_memcontrol: Remove tcp_max_memory
Eric W. Biederman
2013-10-21
1
-13
/
+0
*
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2013-10-19
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-19
1
-12
/
+2
*
|
tcp: switch tcp_fastopen key generation to net_get_random_once
Hannes Frederic Sowa
2013-10-19
2
-11
/
+21
*
|
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
Hannes Frederic Sowa
2013-10-19
7
-42
/
+44
*
|
inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...
Hannes Frederic Sowa
2013-10-19
2
-13
/
+14
*
|
net: introduce new macro net_get_random_once
Hannes Frederic Sowa
2013-10-19
1
-0
/
+48
*
|
ipv6: split inet6_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
2013-10-19
2
-4
/
+40
*
|
ipv4: split inet_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
2013-10-19
3
-7
/
+36
*
|
ipip: add GSO/TSO support
Eric Dumazet
2013-10-19
9
-6
/
+23
*
|
ipv4: gso: make inet_gso_segment() stackable
Eric Dumazet
2013-10-19
2
-7
/
+20
*
|
ipv4: generalize gre_handle_offloads
Eric Dumazet
2013-10-19
2
-29
/
+33
*
|
net: generalize skb_segment()
Eric Dumazet
2013-10-19
1
-17
/
+5
*
|
ipv6: gso: remove redundant locking
Eric Dumazet
2013-10-19
1
-4
/
+1
*
|
net: misc: Remove extern from function prototypes
Joe Perches
2013-10-19
11
-167
/
+157
*
|
net: ipv4/ipv6: Remove extern from function prototypes
Joe Perches
2013-10-19
4
-59
/
+54
*
|
net: dccp: Remove extern from function prototypes
Joe Perches
2013-10-19
7
-158
/
+148
*
|
net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes
Joe Perches
2013-10-19
8
-219
/
+194
*
|
ipv4: gso: send_check() & segment() cleanups
Eric Dumazet
2013-10-19
1
-13
/
+11
|
/
*
em_ipset: use dev_net() accessor
stephen hemminger
2013-10-18
1
-2
/
+2
*
tcp: remove redundant code in __tcp_retransmit_skb()
Neal Cardwell
2013-10-18
1
-15
/
+0
*
fib: Use const struct nl_info * in rtmsg_fib
Joe Perches
2013-10-18
2
-2
/
+2
*
ax25: cleanup a range test
Dan Carpenter
2013-10-18
1
-1
/
+1
*
fib_trie: remove duplicated rcu lock
baker.zhang
2013-10-18
1
-2
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2013-10-18
5
-2
/
+1139
|
\
[next]