aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-19tipc: Don't record failed publication attempt as a successAllan Stephens1-2/+3
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens2-7/+12
2012-04-19tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens1-5/+26
2012-04-19net ax25: Reorder ax25_exit to remove races.Eric W. Biederman1-4/+5
2012-04-19ipv4: dont drop packet in defrag but consume itEric Dumazet1-1/+1
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet1-1/+4
2012-04-19net: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19ipv6: dccp: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19packet: dont drop packet but consume itEric Dumazet1-1/+1
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-18tcp: fix retransmit of partially acked framesEric Dumazet1-0/+1
2012-04-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller3-7/+9
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 branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville3-7/+9
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-18netns: do not leak net_generic data on failed initJulian Anastasov1-15/+18
2012-04-17tcp: fix tcp_grow_window() for large incoming framesEric Dumazet1-0/+1
2012-04-17mac80211: fix logic error in ibss channel type checkFelix Fietkau1-2/+2
2012-04-17mac80211: fix truncated packets in cooked monitor rxFelix Fietkau1-4/+6
2012-04-16net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward1-5/+2
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