summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-03-18tipc: fix non-const printf format argumentsStephen Hemminger4-5/+5
2009-03-18tcp: remove parameter from tcp_recv_urg().Rami Rosen1-3/+2
2009-03-18ipv6: Fix incorrect disable_ipv6 behaviorBrian Haley1-7/+14
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller10-69/+206
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-41/+90
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-0/+18
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-7/+8
2009-03-17gro: Fix legacy path napi_complete crashHerbert Xu1-2/+3
2009-03-17gro: Fix vlan/netpoll check againHerbert Xu1-3/+6
2009-03-16cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez4-1/+90
2009-03-16cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez3-39/+48
2009-03-16cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez1-2/+0
2009-03-16mac80211: deauth before flushing STA informationHerton Ronaldo Krzesinski1-4/+12
2009-03-16mac80211: handle failed scan requests in STA modeHelmut Schaa3-2/+25
2009-03-16cfg80211: fix max tx power for world regdom on 5 GHz to 20dBmLuis R. Rodriguez1-2/+2
2009-03-16cfg80211: Enable passive scan on channels 12-14 for world roamingLuis R. Rodriguez1-3/+14
2009-03-16mac80211: Fix WMM ACM parsing and AC downgrade operationJouni Malinen2-17/+16
2009-03-16mac80211: Fix panic on fragmentation with power savingJouni Malinen1-0/+2
2009-03-16lib80211: silence excessive crypto debugging messagesJohn W. Linville3-0/+16
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu2-21/+7
2009-03-16netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch1-4/+4
2009-03-16netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch2-3/+3
2009-03-16netfilter: ctnetlink: fix crash during expectation creationPablo Neira Ayuso1-0/+1
2009-03-15tcp: make sure xmit goal size never becomes zeroIlpo Järvinen1-1/+1
2009-03-15tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen1-2/+12
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen3-43/+43
2009-03-15tcp: don't check mtu probe completion in the loopIlpo Järvinen1-7/+6
2009-03-15tcp: consolidate paws checkIlpo Järvinen2-8/+7
2009-03-15tcp: kill dead end_seq variable in clean_rtx_queueIlpo Järvinen1-3/+0
2009-03-15tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen2-7/+3
2009-03-15pkt_sched: Change misleading code in class delete.Jarek Poplawski4-8/+20
2009-03-13tcp: '< 0' test on unsignedRoel Kluin1-2/+3
2009-03-13x25: '< 0' and '>= 0' test on unsignedRoel Kluin1-6/+5
2009-03-13ipv4: arp announce, arp_proxy and windows ip conflict verificationDenys Fedoryshchenko1-2/+5
2009-03-13xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller1-32/+58
2009-03-13Network Drop Monitor: Adding Build changes to enable drop monitorNeil Horman2-0/+12
2009-03-13Network Drop Monitor: Adding drop monitor implementation & Netlink protocolNeil Horman1-0/+263
2009-03-13Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...Neil Horman5-4/+26
2009-03-13Network Drop Monitor: Add trace declaration for skb freesNeil Horman2-0/+31
2009-03-13sctp: add Adaptation Layer Indication parameter only when it's setmalc1-10/+19
2009-03-13sctp: fix to send FORWARD-TSN chunk only if peer has such capableWei Yongjun1-0/+3
2009-03-13sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capableWei Yongjun1-2/+2
2009-03-13sctp: simplify sctp listening codeVlad Yasevich1-102/+50
2009-03-11tcp: allow timestamps even if SYN packet has tsval=0Eric Dumazet1-9/+0
2009-03-11ipv6: Fix BUG when disabled ipv6 module is unloadedJohn Dykstra1-0/+3
2009-03-10net: fix warning about non-const stringStephen Hemminger1-1/+1
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger16-22/+19
2009-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2009-03-06cfg80211: test before subtraction on unsignedRoel Kluin1-1/+2
2009-03-05mac80211: Update IBSS beacon timestamp properlySujith1-3/+5