summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-26net: fix rtnl notification in atomic contextAlexei Starovoitov2-12/+13
2013-10-26net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa1-13/+21
2013-10-26net: make net_get_random_once irq safeHannes Frederic Sowa1-3/+4
2013-10-26net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov1-0/+1
2013-10-26netem: markov loss model transition fixHagen Paul Pfeifer1-1/+0
2013-10-24Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller18-477/+956
2013-10-24inet: remove old fragmentation hash initializingHannes Frederic Sowa1-3/+0
2013-10-24ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2-8/+20
2013-10-24ipv4: initialize ip4_frags hash secret as late as possibleHannes Frederic Sowa1-0/+1
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-169/+324
2013-10-24net: always inline net_secret_initHannes Frederic Sowa1-1/+1
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich5-97/+157
2013-10-23batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-10-23batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli3-2/+28
2013-10-23batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli2-1/+30
2013-10-23batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli3-31/+12
2013-10-23batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli1-2/+7
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner5-36/+173
2013-10-23batman-adv: adapt the TT component to use the new API functionsAntonio Quartulli1-11/+24
2013-10-23batman-adv: provide orig_node routing APIAntonio Quartulli3-88/+151
2013-10-23batman-adv: adapt the neighbor purging routine to use the new API functionsAntonio Quartulli1-8/+9
2013-10-23batman-adv: adapt bonding to use the new API functionsAntonio Quartulli3-15/+32
2013-10-23batman-adv: add bat_neigh_is_equiv_or_better API functionAntonio Quartulli4-1/+30
2013-10-23batman-adv: add bat_neigh_cmp API functionAntonio Quartulli3-1/+25
2013-10-23batman-adv: add bat_orig_print API functionAntonio Quartulli3-56/+78
2013-10-23batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli4-95/+135
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli8-71/+103
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing3-22/+28
2013-10-22net: remove function sk_reset_txq()ZHAO Gang1-6/+0
2013-10-22tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell1-0/+2
2013-10-22ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-10-22ipv6: sit: add GSO/TSO supportEric Dumazet6-9/+34
2013-10-22ipv6: gso: make ipv6_gso_segment() stackableEric Dumazet1-6/+17
2013-10-22ipv4: Allow unprivileged users to use per net sysctlsEric W. Biederman1-4/+0
2013-10-22ipv4: Use math to point per net sysctls into the appropriate struct net.Eric W. Biederman1-18/+5
2013-10-22tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman1-43/+18
2013-10-22tcp_memcontrol: Remove the per netns control.Eric W. Biederman7-31/+20
2013-10-22tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman2-51/+2
2013-10-22tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman1-13/+0
2013-10-22netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov1-2/+2
2013-10-22ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2-4/+8
2013-10-20Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller20-471/+1834
2013-10-20net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa1-12/+2
2013-10-20tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa2-11/+21
2013-10-20inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa7-42/+44
2013-10-20inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa2-13/+14
2013-10-20net: introduce new macro net_get_random_onceHannes Frederic Sowa1-0/+48
2013-10-20ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2-4/+40
2013-10-20ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa3-7/+36
2013-10-20ipip: add GSO/TSO supportEric Dumazet9-6/+23