aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-19ipv6: tcp: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19netlink: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19ip6_tunnel: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19net: fix compile error of leaking kmemleak.h headerShan Wei2-0/+2
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville36-110/+2809
2012-04-18Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller12-74/+96
2012-04-18tipc: Factor out name publication code to a separate functionAllan Stephens1-27/+34
2012-04-18tipc: introduce publication lists structAllan Stephens1-10/+17
2012-04-18batman-adv: skip the window protection test when the originator has no neighboursAntonio Quartulli1-1/+2
2012-04-18batman-adv: print OGM seq numbers as unsigned intAntonio Quartulli1-4/+4
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli9-25/+21
2012-04-18batman-adv: mark existing ogm variables as batman ivMarek Lindner3-5/+5
2012-04-18batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner4-14/+14
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary callbackMarek Lindner4-6/+6
2012-04-18batman-adv: handle routing code initialization properlyMarek Lindner3-11/+17
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner4-2/+11
2012-04-18batman-adv: randomize initial seqno to avoid collisionMarek Lindner1-0/+5
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner4-6/+6
2012-04-18batman-adv: move ogm initialization into the proper functionMarek Lindner1-1/+7
2012-04-18batman-adv: remove duplicated line in commentAntonio Quartulli1-1/+0
2012-04-18batman-adv: convert the tt_crc to network orderAntonio Quartulli1-1/+1
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