summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: limit local translation table max sizeMarek Lindner2013-10-235-36/+173
* batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli2013-10-231-11/+24
* batman-adv: provide orig_node routing APIAntonio Quartulli2013-10-233-88/+151
* batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli2013-10-231-8/+9
* batman-adv: adapt bonding to use the new API functionsAntonio Quartulli2013-10-233-15/+32
* batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli2013-10-234-1/+30
* batman-adv: add bat_neigh_cmp API functionAntonio Quartulli2013-10-233-1/+25
* batman-adv: add bat_orig_print API functionAntonio Quartulli2013-10-233-56/+78
* batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli2013-10-234-95/+135
* batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli2013-10-238-71/+103
* net: remove function sk_reset_txq()ZHAO Gang2013-10-221-6/+0
* ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-226-9/+34
* ipv6: gso: make ipv6_gso_segment() stackableEric Dumazet2013-10-221-6/+17
* ipv4: Allow unprivileged users to use per net sysctlsEric W. Biederman2013-10-221-4/+0
* ipv4: Use math to point per net sysctls into the appropriate struct net.Eric W. Biederman2013-10-221-18/+5
* tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman2013-10-221-43/+18
* tcp_memcontrol: Remove the per netns control.Eric W. Biederman2013-10-227-31/+20
* tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman2013-10-222-51/+2
* tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman2013-10-221-13/+0
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-10-2020-471/+1834
|\
| * batman-adv: make the backbone gw check VLAN specificAntonio Quartulli2013-10-193-43/+27
| * batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli2013-10-195-6/+21
| * batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli2013-10-195-157/+730
| * batman-adv: lock around TT operations to avoid sending inconsistent dataAntonio Quartulli2013-10-194-4/+34
| * batman-adv: remove bogus commentAntonio Quartulli2013-10-191-5/+0
| * batman-adv: refine API calls for unicast transmissions of SKBsLinus Lüssing2013-10-194-48/+108
| * batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli2013-10-195-14/+30
| * batman-adv: add sysfs framework for VLANAntonio Quartulli2013-10-194-3/+198
| * batman-adv: add per VLAN interface attribute frameworkAntonio Quartulli2013-10-195-3/+197
| * batman-adv: make the Distributed ARP Table vlan awareAntonio Quartulli2013-10-192-48/+107
| * batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli2013-10-191-3/+18
| * batman-adv: print the VID together with the TT entriesAntonio Quartulli2013-10-192-32/+52
| * batman-adv: use vid when computing local and global TT CRCAntonio Quartulli2013-10-191-4/+31
| * batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli2013-10-1913-135/+312
| * batman-adv: update email address for Marek LindnerMarek Lindner2013-10-191-1/+1
| * batman-adv: update email address for Simon WunderlichSimon Wunderlich2013-10-191-1/+1
| * batman-adv: check skb preparation return valueAntonio Quartulli2013-10-191-3/+6
* | net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa2013-10-201-12/+2
* | tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa2013-10-202-11/+21
* | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-207-42/+44
* | inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa2013-10-202-13/+14
* | net: introduce new macro net_get_random_onceHannes Frederic Sowa2013-10-201-0/+48
* | ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-202-4/+40
* | ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-203-7/+36
* | ipip: add GSO/TSO supportEric Dumazet2013-10-209-6/+23
* | ipv4: gso: make inet_gso_segment() stackableEric Dumazet2013-10-202-7/+20
* | ipv4: generalize gre_handle_offloadsEric Dumazet2013-10-202-29/+33
* | net: generalize skb_segment()Eric Dumazet2013-10-201-17/+5
* | ipv6: gso: remove redundant lockingEric Dumazet2013-10-201-4/+1
* | net: misc: Remove extern from function prototypesJoe Perches2013-10-2011-167/+157