summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-08-24cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman1-1/+1
2012-08-24Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller19-555/+814
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet5-19/+12
2012-08-23batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-08-23batman-adv: change interface_rx to get orig nodeAntonio Quartulli3-7/+14
2012-08-23batman-adv: detect not yet announced clientsAntonio Quartulli5-33/+101
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann7-38/+55
2012-08-23batman-adv: Don't break statements after assignment operatorSven Eckelmann6-35/+39
2012-08-23batman-adv: Use BIT(x) macro to calculate bit positionsSven Eckelmann3-29/+31
2012-08-23batman-adv: Drop tt queries with foreign destMartin Hundebøll1-15/+3
2012-08-23batman-adv: Move batadv_check_unicast_packet()Martin Hundebøll1-25/+25
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann10-311/+343
2012-08-23batman-adv: check batadv_orig_hash_add_if() return codeSimon Wunderlich1-1/+7
2012-08-23batman-adv: fix typos in commentsAntonio Quartulli2-5/+5
2012-08-23batman-adv: add reference counting for type batadv_tt_orig_list_entryAntonio Quartulli2-23/+53
2012-08-23batman-adv: remove a misleading commentJonathan Corbet1-3/+0
2012-08-23batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner3-19/+42
2012-08-23batman-adv: rename bridge loop avoidance claim typesSimon Wunderlich2-11/+11
2012-08-23batman-adv: correct comments in bridge loop avoidanceSimon Wunderlich1-2/+3
2012-08-23batman-adv: Add the backbone gateway list to debugfsSimon Wunderlich3-0/+85
2012-08-23batman-adv: move function arguments on one lineAntonio Quartulli1-2/+1
2012-08-22packet: Protect packet sk list with mutex (v2)Pavel Emelyanov2-8/+14
2012-08-22af_packet: use define instead of constantdanborkmann@iogearbox.net1-2/+3
2012-08-22rds: Don't disable BH on BH contextYing Xue4-8/+8
2012-08-22ipv6: gre: fix ip6gre_err()Eric Dumazet1-3/+5
2012-08-22xfrm: fix RCU bugsEric Dumazet1-37/+39
2012-08-22net: remove delay at device dismantleEric Dumazet7-23/+26
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller22-129/+219
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller64-278/+556
2012-08-22netfilter: remove unnecessary goto statement for error recoveryJean Sacren3-15/+3
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang1-4/+6
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet2-3/+3
2012-08-21ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet1-1/+1
2012-08-21ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch1-1/+6
2012-08-21tcp: fix possible socket refcount problemEric Dumazet3-10/+18
2012-08-20netfilter: nf_conntrack: remove unnecessary RTNL lockingPatrick McHardy1-5/+0
2012-08-20netfilter: sparse endian fixesPatrick McHardy4-7/+9
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell3-14/+14
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy2-0/+10
2012-08-20caif: Do not dereference NULL in chnl_recv_cb()Jesper Juhl1-0/+4
2012-08-20Merge git://1984.lsi.us.es/nfDavid S. Miller4-48/+89
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond2-2/+23
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue4-26/+5
2012-08-20tipc: eliminate configuration for maximum number of name subscriptionsYing Xue4-28/+7
2012-08-20tipc: add __read_mostly annotations to several global variablesYing Xue3-11/+11
2012-08-20tipc: convert tipc_nametbl_size type from variable to macroYing Xue1-5/+5
2012-08-20tipc: change tipc_net_start routine return value typeYing Xue3-6/+4
2012-08-20tipc: manually inline single use media_name_valid routineYing Xue1-16/+1
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue4-12/+3