summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: remove parameter from tcp_recv_urg().Rami Rosen2009-03-191-3/+2Star
* ipv6: Fix incorrect disable_ipv6 behaviorBrian Haley2009-03-191-7/+14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-1710-69/+206
|\
| * cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez2009-03-164-1/+90
| * cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez2009-03-163-39/+48
| * cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez2009-03-161-2/+0Star
| * mac80211: deauth before flushing STA informationHerton Ronaldo Krzesinski2009-03-161-4/+12
| * mac80211: handle failed scan requests in STA modeHelmut Schaa2009-03-163-2/+25
| * cfg80211: fix max tx power for world regdom on 5 GHz to 20dBmLuis R. Rodriguez2009-03-161-2/+2
| * cfg80211: Enable passive scan on channels 12-14 for world roamingLuis R. Rodriguez2009-03-161-3/+14
| * mac80211: Fix WMM ACM parsing and AC downgrade operationJouni Malinen2009-03-162-17/+16Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-1711-41/+90
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-174-0/+18
| |\ \
| | * | mac80211: Fix panic on fragmentation with power savingJouni Malinen2009-03-161-0/+2
| | * | lib80211: silence excessive crypto debugging messagesJohn W. Linville2009-03-163-0/+16
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-174-7/+8
| |\ \ \
| | * | | netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch2009-03-161-4/+4
| | * | | netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch2009-03-162-3/+3
| | * | | netfilter: ctnetlink: fix crash during expectation creationPablo Neira Ayuso2009-03-161-0/+1
| * | | | gro: Fix legacy path napi_complete crashHerbert Xu2009-03-171-2/+3
| | |/ / | |/| |
| * | | xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller2009-03-131-32/+58
| * | | ipv6: Fix BUG when disabled ipv6 module is unloadedJohn Dykstra2009-03-111-0/+3
* | | | gro: Fix vlan/netpoll check againHerbert Xu2009-03-171-3/+6
* | | | GRO: Move netpoll checks to correct locationHerbert Xu2009-03-162-21/+7Star
| |_|/ |/| |
* | | tcp: make sure xmit goal size never becomes zeroIlpo Järvinen2009-03-161-1/+1
* | | tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen2009-03-161-2/+12
* | | tcp: simplify tcp_current_mssIlpo Järvinen2009-03-163-43/+43
* | | tcp: don't check mtu probe completion in the loopIlpo Järvinen2009-03-161-7/+6Star
* | | tcp: consolidate paws checkIlpo Järvinen2009-03-162-8/+7Star
* | | tcp: kill dead end_seq variable in clean_rtx_queueIlpo Järvinen2009-03-161-3/+0Star
* | | tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen2009-03-162-7/+3Star
* | | pkt_sched: Change misleading code in class delete.Jarek Poplawski2009-03-164-8/+20
* | | tcp: '< 0' test on unsignedRoel Kluin2009-03-141-2/+3
* | | x25: '< 0' and '>= 0' test on unsignedRoel Kluin2009-03-141-6/+5Star
* | | ipv4: arp announce, arp_proxy and windows ip conflict verificationDenys Fedoryshchenko2009-03-141-2/+5
* | | Network Drop Monitor: Adding Build changes to enable drop monitorNeil Horman2009-03-132-0/+12
* | | Network Drop Monitor: Adding drop monitor implementation & Netlink protocolNeil Horman2009-03-131-0/+263
* | | Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...Neil Horman2009-03-135-4/+26
* | | Network Drop Monitor: Add trace declaration for skb freesNeil Horman2009-03-132-0/+31
* | | sctp: add Adaptation Layer Indication parameter only when it's setmalc2009-03-131-10/+19
* | | sctp: fix to send FORWARD-TSN chunk only if peer has such capableWei Yongjun2009-03-131-0/+3
* | | sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capableWei Yongjun2009-03-131-2/+2
* | | sctp: simplify sctp listening codeVlad Yasevich2009-03-131-102/+50Star
* | | tcp: allow timestamps even if SYN packet has tsval=0Eric Dumazet2009-03-111-9/+0Star
* | | net: fix warning about non-const stringStephen Hemminger2009-03-101-1/+1
* | | net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-1016-22/+19Star
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-101-1/+2
|\| |
| * | cfg80211: test before subtraction on unsignedRoel Kluin2009-03-061-1/+2
* | | mac80211: Update IBSS beacon timestamp properlySujith2009-03-051-3/+5
* | | mac80211: Always send a null data frame if TIM bit is set.Vivek Natarajan2009-03-051-2/+1Star