aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-29net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann3-0/+396
2013-10-29net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu1-2/+2
2013-10-29net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu1-1/+1
2013-10-29net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu1-1/+1
2013-10-29ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa1-4/+8
2013-10-28ipv6: Remove privacy config option.David S. Miller2-56/+3
2013-10-286lowpan: remove unnecessary breakAlexander Aring1-1/+0
2013-10-286lowpan: remove skb->dev assignmentAlexander Aring1-1/+0
2013-10-286lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring1-2/+2
2013-10-286lowpan: remove unnecessary check on err >= 0Alexander Aring1-1/+1
2013-10-286lowpan: remove unnecessary ret variableAlexander Aring1-4/+2
2013-10-28sctp: merge two if statements to onewangweidong1-9/+5
2013-10-28sctp: remove the repeat initialize with 0wangweidong1-21/+8
2013-10-28sctp: fix some comments in chunk.c and associola.cwangweidong2-3/+3
2013-10-28inet: restore gso for vxlanEric Dumazet1-8/+7
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov2-12/+13
2013-10-25net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa1-13/+21
2013-10-25net: make net_get_random_once irq safeHannes Frederic Sowa1-3/+4
2013-10-25net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov1-0/+1
2013-10-25netem: markov loss model transition fixHagen Paul Pfeifer1-1/+0
2013-10-23Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller18-477/+956
2013-10-23inet: remove old fragmentation hash initializingHannes Frederic Sowa1-3/+0
2013-10-23ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get_random_onceHannes Frederic Sowa2-8/+20
2013-10-23ipv4: initialize ip4_frags hash secret as late as possibleHannes Frederic Sowa1-0/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-169/+324
2013-10-23net: 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-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell1-0/+2
2013-10-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet6-9/+34
2013-10-21ipv6: gso: make ipv6_gso_segment() stackableEric Dumazet1-6/+17
2013-10-21ipv4: Allow unprivileged users to use per net sysctlsEric W. Biederman1-4/+0
2013-10-21ipv4: Use math to point per net sysctls into the appropriate struct net.Eric W. Biederman1-18/+5