aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-18net/core:Remove memleak reports by kmemleak_not_leak.majianpeng1-1/+1
2012-04-18net/ipv4:Remove two memleak reports by kmemleak_not_leak.majianpeng1-1/+1
2012-04-16can: fix sparse warning for cgw_listDaniel Baluta1-1/+1
2012-04-16mac80211: add function retrieve average rssiWey-Yi Guy1-0/+8
2012-04-16cfg80211: increse bss expire timeRajkumar Manoharan1-1/+1
2012-04-16mac80211: Take into account TSF adjustment latency in Toffset setpointJavier Cardona1-1/+7
2012-04-16mac80211: Choose a new toffset setpoint if a big tsf jump is detected.Javier Cardona1-6/+20
2012-04-16mac80211: check IEEE80211_HW_QUEUE_CONTROL in ieee80211_check_queues()Luciano Coelho1-1/+2
2012-04-16cfg80211: enforce lack of interface combinationsJohannes Berg2-11/+3
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-40/+52
2012-04-15net: rtnetlink notify events for FDB NTF_SELF adds and deletesJohn Fastabend1-2/+33
2012-04-15net: add fdb generic dump routineJohn Fastabend1-0/+84
2012-04-15net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend1-16/+81
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend5-112/+198
2012-04-15bridge: Add multicast_querier toggle and disable queries by defaultHerbert Xu3-0/+40
2012-04-15bridge: Restart queries when last querier expiresHerbert Xu1-1/+18
2012-04-15bridge: Add br_multicast_start_querierHerbert Xu1-9/+16
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet137-384/+390
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta16-49/+49
2012-04-14ipv6: Remove unused argument to addrconf_dad_start().David S. Miller1-6/+6
2012-04-14tcp: Remove redundant code entering quickack modeVijay Subramanian1-2/+0
2012-04-14tcp: bind() use stronger condition for bind_conflictAlex Copot2-5/+15
2012-04-14inet: makes syn_ack_timeout mandatoryEric Dumazet3-2/+8
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet2-3/+3
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger3-55/+109
2012-04-13mac80211: remove ieee80211_rx_bss_getMohammed Shafi Shajakhan2-17/+0
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior5-31/+27
2012-04-13mac80211: fix an issue in ieee80211_tx_info count field managementLorenzo Bianconi1-1/+7
2012-04-13cfg80211: Add channel information to NL80211_CMD_GET_INTERFACEPontus Fuchs3-2/+18
2012-04-13mac80211: protect ->scanning by mutex in ieee80211_work_work()Stanislaw Gruszka1-3/+5
2012-04-13mac80211: do not scan and monitor connection in parallelStanislaw Gruszka4-19/+53
2012-04-13Phonet: missing headers (sparse)Rémi Denis-Courmont1-0/+4
2012-04-13Phonet: phonet_net_id can be static (sparse)Rémi Denis-Courmont1-1/+1
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA1-2/+1
2012-04-13udp: intoduce udp_encap_needed static_keyEric Dumazet2-1/+12
2012-04-13rtnetlink & bonding: change args got get_tx_queuesstephen hemminger1-4/+4
2012-04-13net/garp: fix GID rbtree orderingDavid Ward1-4/+4
2012-04-13pppoatm: Fix excessive queue bloatDavid Woodhouse1-10/+85
2012-04-13ipv6: fix problem with expired dst cacheGao feng4-40/+52
2012-04-13caif: set traffic class for caif packetsDmitry Tarnyagin4-2/+28
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-25/+32
2012-04-13caif: Fix memory leakage in the chnl_net.c.Tomasz Gregorek1-3/+6
2012-04-13l2tp: don't overwrite source address in l2tp_ip_bind()James Chapman1-1/+2
2012-04-13l2tp: fix refcount leak in l2tp_ip socketsJames Chapman1-1/+1
2012-04-13net/key/af_key.c: add missing kfree_skbJulia Lawall1-1/+1
2012-04-13phonet: Sort out initiailziation and cleanup code.Eric W. Biederman1-19/+2
2012-04-13net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-04-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller38-531/+1337
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-144/+79
2012-04-12net/ipv6/exthdrs.c: Strict PadN option checkingEldad Zack1-0/+16