aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-03ipv4: RCU changes in __mkroute_input()Eric Dumazet1-5/+3
2010-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-4/+15
2010-06-03mac80211: reduce debugfs code sizeFelix Fietkau2-122/+77
2010-06-03mac80211: simplify key lockingJohannes Berg7-267/+80
2010-06-03mac80211: move plink stateJohannes Berg1-22/+22
2010-06-03mac80211: drop control frames after processingJohannes Berg1-1/+6
2010-06-03mac80211: remove useless work startingJohannes Berg1-9/+0
2010-06-03mac80211: move WEP weak IV checkJohannes Berg1-15/+16
2010-06-03mac80211: clean up ieee80211_stop_tx_ba_sessionJohannes Berg3-12/+8
2010-06-03mac80211: Add support for hardware ARP query filteringJuuso Oikarinen5-2/+116
2010-06-03mac80211: remove bogus mod_timer() callJohannes Berg1-3/+11
2010-06-03act_pedit: access skb->data safelyChangli Gao1-10/+14
2010-06-03net: use __packed annotationEric Dumazet7-18/+18
2010-06-03ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mcEric Dumazet1-18/+17
2010-06-03ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet4-15/+26
2010-06-02cfg80211: make action channel type optionalJohannes Berg6-5/+16
2010-06-02wireless: fix several minor description typosWalter Goldens3-3/+3
2010-06-02cfg80211: don't refuse HT20 channels on devices that don't support HT40Helmut Schaa1-2/+3
2010-06-02mac80211: add the minstrel_ht rate control algorithmFelix Fietkau7-0/+1103
2010-06-02cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao1-13/+36
2010-06-02TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera1-2/+2
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko5-71/+73
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard9-96/+51
2010-06-02ipconfig: send host-name in DHCP requestsWu Fengguang1-0/+7
2010-06-02act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao1-0/+4
2010-06-02packet_mmap: expose hw packet timestamps to network packet capture utilitiesScott McMillan1-2/+35
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet2-11/+3
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet2-4/+26
2010-06-02net: fix conflict between null_or_orig and null_or_bondJohn Fastabend1-4/+4
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend1-1/+2
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet2-4/+4
2010-06-02xfrm: force a dst reference in __xfrm_route_forward()Eric Dumazet1-0/+1
2010-06-01mac80211: fix dialog token allocatorJohannes Berg1-2/+4
2010-06-01mac80211: fix blockack-req processingJohannes Berg1-2/+11
2010-06-01netfilter: xt_statistic: remove nth_lock spinlockEric Dumazet1-10/+9
2010-06-01netfilter: br_netfilter: use skb_set_noref()Eric Dumazet1-4/+2
2010-06-01ipv6: get rid of ipip6_prl_lockEric Dumazet1-6/+2
2010-06-01net/ipv6/mcast.c: Remove unnecessary kmalloc castsJoe Perches1-2/+1
2010-06-01net/ipv4/igmp.c: Remove unnecessary kmalloc castsJoe Perches1-2/+1
2010-05-31net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches1-2/+2
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller3-16/+5
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet3-10/+32
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet3-12/+5
2010-05-31netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng1-4/+0
2010-05-31Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller19-105/+232
2010-05-31arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2-0/+19
2010-05-31caif: cleanup: remove duplicate checksDan Carpenter1-6/+2
2010-05-31caif: remove unneeded null check in caif_connect()Dan Carpenter1-2/+1
2010-05-31net/dccp: Use memdup_userJulia Lawall1-8/+3
2010-05-31net/can: Use memdup_userJulia Lawall1-8/+3