summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Remove privacy config option.David S. Miller2013-10-282-56/+3
* 6lowpan: remove unnecessary breakAlexander Aring2013-10-281-1/+0
* 6lowpan: remove skb->dev assignmentAlexander Aring2013-10-281-1/+0
* 6lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring2013-10-281-2/+2
* 6lowpan: remove unnecessary check on err >= 0Alexander Aring2013-10-281-1/+1
* 6lowpan: remove unnecessary ret variableAlexander Aring2013-10-281-4/+2
* sctp: merge two if statements to onewangweidong2013-10-281-9/+5
* sctp: remove the repeat initialize with 0wangweidong2013-10-281-21/+8
* sctp: fix some comments in chunk.c and associola.cwangweidong2013-10-282-3/+3
* inet: restore gso for vxlanEric Dumazet2013-10-281-8/+7
* net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-252-12/+13
* net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa2013-10-251-13/+21
* net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-251-3/+4
* net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov2013-10-251-0/+1
* netem: markov loss model transition fixHagen Paul Pfeifer2013-10-251-1/+0
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-10-2318-477/+956
|\
| * batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich2013-10-235-97/+157
| * batman-adv: Start new development cycleSimon Wunderlich2013-10-231-1/+1
| * batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli2013-10-233-2/+28
| * batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli2013-10-232-1/+30
| * batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()Antonio Quartulli2013-10-233-31/+12
| * batman-adv: send GW_DEL event in case of soft-iface destructionAntonio Quartulli2013-10-231-2/+7
| * 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
* | inet: remove old fragmentation hash initializingHannes Frederic Sowa2013-10-231-3/+0
* | ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2013-10-232-8/+20
* | ipv4: initialize ip4_frags hash secret as late as possibleHannes Frederic Sowa2013-10-231-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-2340-169/+324
|\ \
| * | Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing2013-10-223-22/+28
| * | tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell2013-10-211-0/+2
| * | ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa2013-10-211-7/+31
| * | netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov2013-10-211-2/+2
| * | ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-212-4/+8
| * | ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko2013-10-191-4/+9
| * | ip6_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko2013-10-191-11/+14
| * | udp6: respect IPV6_DONTFRAG sockopt in case there are pending framesJiri Pirko2013-10-191-3/+2
| * | net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann2013-10-191-0/+10
| * | bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita2013-10-181-0/+1
| * | bridge: Fix the way the PVID is referencedToshiaki Makita2013-10-181-3/+1
| * | bridge: Apply the PVID to priority-tagged framesToshiaki Makita2013-10-181-7/+20
| * | bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita2013-10-183-54/+49
| * | bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich2013-10-171-1/+1