aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-31decnet: fix shutdown parameter checkingXi Wang1-2/+2
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-65/+129
2012-08-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller5-10/+24
2012-08-31netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso1-5/+11
2012-08-30ipv4: must use rcu protection while calling fib_lookupEric Dumazet1-0/+2
2012-08-30net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri1-2/+12
2012-08-30netpoll: provide an IP ident in UDP framesEric Dumazet1-1/+2
2012-08-30l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2-2/+2
2012-08-30netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso1-1/+4
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng1-0/+2
2012-08-30netfilter: nfnetlink_log: fix error return code in init pathJulia Lawall1-1/+3
2012-08-30netfilter: ctnetlink: fix error return code in init pathJulia Lawall1-1/+2
2012-08-30ipvs: fix error return codeJulia Lawall1-1/+3
2012-08-29netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang1-9/+1
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller36-117/+260
2012-08-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller29-437/+871
2012-08-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller1-22/+16
2012-08-24tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng1-8/+7
2012-08-24vlan: add helper which can be called to see if device is used by vlanJiri Pirko1-0/+6
2012-08-24netlink: fix possible spoofing from non-root processesPablo Neira Ayuso1-1/+3
2012-08-24net: Set device operstate at registration timeBen Hutchings2-0/+10
2012-08-24cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman1-1/+1
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville29-437/+871
2012-08-24ipv4: take rt_uncached_lock only if neededEric Dumazet1-1/+1
2012-08-24Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller19-555/+814
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-22/+16
2012-08-23af_packet: match_fanout_group() can be staticFengguang Wu1-1/+1
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet5-19/+12
2012-08-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-22/+16
2012-08-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-1/+15
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