aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-11-21[IPV6]: Fix address/interface handling in UDP and DCCP, according to the scop...YOSHIFUJI Hideaki2-5/+4
2006-11-21[IRDA]: Lockdep fix.Peter Zijlstra1-1/+2
2006-11-21[BLUETOOTH]: Fix unaligned access in hci_send_to_sock.David S. Miller1-4/+7
2006-11-21[XFRM]: nlmsg length not computed correctly in the presence of subpoliciesJamal Hadi Salim1-1/+9
2006-11-21[XFRM]: Sub-policies broke policy eventsJamal Hadi Salim1-0/+3
2006-11-21[Bluetooth] Ignore L2CAP config requests on disconnectMarcel Holtmann1-0/+3
2006-11-21[Bluetooth] Always include MTU in L2CAP config responsesMarcel Holtmann1-4/+4
2006-11-21[Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann1-1/+1
2006-11-21[Bluetooth] Handling pending connect attempts after inquiryMarcel Holtmann1-0/+19
2006-11-21[Bluetooth] Attach low-level connections to the Bluetooth busMarcel Holtmann1-1/+3
2006-11-21[IPV6] IP6TUNNEL: Add missing nf_reset() on input path.Yasuyuki Kozakai1-0/+1
2006-11-21[IPV6] IP6TUNNEL: Delete all tunnel device when unloading module.Yasuyuki Kozakai1-1/+17
2006-11-21[IPV6] ROUTE: Do not enable router reachability probing in router mode.YOSHIFUJI Hideaki1-4/+5
2006-11-21[IPV6] ROUTE: Prefer reachable nexthop only if the caller requests.YOSHIFUJI Hideaki1-3/+1
2006-11-21[IPV6] ROUTE: Try to use router which is not known unreachable.YOSHIFUJI Hideaki1-0/+2
2006-11-15[TCP]: Fix up sysctl_tcp_mem initialization.John Heffner1-3/+4
2006-11-15[NETFILTER]: ip6_tables: use correct nexthdr value in ipv6_find_hdr()Patrick McHardy1-1/+1
2006-11-15[NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy3-9/+12
2006-11-15[NETFILTER]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBALPatrick McHardy1-1/+1
2006-11-10[IPVS]: More endianness fixed.Julian Anastasov3-6/+6
2006-11-07[DECNET]: Endianess fixes (try #2)Steven Whitehouse4-19/+20
2006-11-07[NET]: Set truesize in pskb_copyHerbert Xu1-0/+1
2006-11-07[NETPOLL]: Compute checksum properly in netpoll_send_udp().Chris Lalancette1-0/+6
2006-11-07[PKT_SCHED] sch_htb: Use hlist_del_init().Stephen Hemminger1-4/+2
2006-11-07[TCP]: Don't use highmem in tcp hash size calculation.John Heffner1-2/+2
2006-11-06Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2006-11-06[PATCH] sunrpc: add missing spin_unlockAkinobu Mita1-0/+1
2006-11-06Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik1-6/+6
2006-11-05[NETLABEL]: Fix build failure.Paul Moore2-3/+2
2006-11-05[IPV6]: Give sit driver an appropriate module alias.Patrick McHardy1-0/+1
2006-11-05[IPV6]: Add ndisc_netdev_notifier unregister.Dmitry Mishin1-0/+1
2006-11-05[NET]: __alloc_pages() failures reported due to fragmentationLarry Woodman1-1/+1
2006-11-05[PKTGEN]: TCI endianness fixesAl Viro1-12/+18
2006-11-05[NETFILTER] bug: skb->protocol is already net-endianAl Viro2-2/+2
2006-11-05[NETFILTER] bug: nfulnl_msg_config_mode ->copy_range is 32bitAl Viro1-1/+1
2006-11-05[NETFILTER] bug: NFULA_CFG_QTHRESH uses 32bitAl Viro1-2/+2
2006-11-05[IPX]: Annotate and fix IPX checksumAl Viro2-14/+21
2006-11-05[IPX]: Trivial parts of endianness annotationsAl Viro3-38/+38
2006-11-01[NETFILTER]: silence a warning in ebtablesMeelis Roos1-1/+1
2006-11-01[IPV6]: File the fingerprints off ah6->spi/esp6->spiAl Viro1-2/+2
2006-11-01[TCP]: Set default congestion control when no sysctl.Stephen Hemminger2-7/+8
2006-11-01[TIPC] net/tipc/port.c: fix NULL dereferenceAdrian Bunk1-2/+3
2006-10-31[PATCH] ieee80211: don't flood log with errorsJiri Benc1-6/+6
2006-10-31[PATCH] skge, sky2, et all. gplv2 onlyStephen Hemminger1-1/+1
2006-10-31[IPV6]: fix flowlabel seqfile handlingJames Morris1-12/+6
2006-10-30[IPV6]: return EINVAL for invalid address with flowlabel lease requestJames Morris1-1/+3
2006-10-30[SCTP]: Remove temporary associations from backlog and hash.Vlad Yasevich3-4/+24
2006-10-30[SCTP]: Correctly set IP id for SCTP trafficVlad Yasevich2-1/+10
2006-10-30[NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore2-5/+4
2006-10-30[NETFILTER]: ip_tables: compat code module refcounting fixDmitry Mishin1-25/+11
2006-10-30[NETFILTER]: nf_conntrack: add missing unlock in get_next_corpse()Martin Josefsson1-1/+2
2006-10-30[NETFILTER]: ip_tables: compat error way cleanupVasily Averin1-0/+1
2006-10-30[NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tablesDmitry Mishin3-25/+54
2006-10-30[NETFILTER]: remove masq/NAT from ip6tables Kconfig helpPatrick McHardy1-1/+1
2006-10-30[IPV6]: fix lockup via /proc/net/ip6_flowlabelJames Morris1-0/+2
2006-10-30[NET]: fix uaccess handlingHeiko Carstens3-14/+25
2006-10-30[SCTP]: Always linearise packet on inputHerbert Xu1-0/+3
2006-10-30[DCCP]: fix printk format warningsRandy Dunlap1-8/+10
2006-10-30[NET]: Fix segmentation of linear packetsHerbert Xu1-5/+4
2006-10-30[XFRM] xfrm_user: Fix unaligned accesses.David S. Miller1-2/+2
2006-10-30[APPLETALK]: Fix potential OOPS in atalk_sendmsg().David S. Miller1-2/+0
2006-10-30[PATCH] fix "sunrpc: fix refcounting problems in rpc servers"Andrew Morton1-2/+3
2006-10-30[PATCH] sunrpc: fix refcounting problems in rpc serversNeil Brown2-19/+15
2006-10-25[BRIDGE]: correct print message typoRandy Dunlap1-1/+1
2006-10-25[TCP] H-TCP: fix integer overflowGavin McCullagh1-1/+1
2006-10-25[TCP] cubic: scaling errorStephen Hemminger1-3/+3
2006-10-25Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2006-10-25[CRYPTO] users: Select ECB/CBC where neededPatrick McHardy1-0/+2
2006-10-24[DCCP]: Update documentation references.Gerrit Renker11-30/+27
2006-10-24[NETFILTER]: Fix ip6_tables extension header bypass bugPatrick McHardy5-8/+31
2006-10-24[NETFILTER]: Fix ip6_tables protocol bypass bugPatrick McHardy1-4/+6
2006-10-24[XFRM]: Fix xfrm_state accountingPatrick McHardy1-8/+10
2006-10-24[IPV4] ipconfig: fix RARP ic_servaddr breakageAl Viro1-1/+1
2006-10-22[PKT_SCHED] netem: Orphan SKB when adding to queue.David S. Miller1-0/+2
2006-10-21[IPv6] fib: initialize tb6_lock in common place to give lockdep a keyThomas Graf1-3/+6
2006-10-21[ATM]: handle sysfs errorsJeff Garzik1-3/+12
2006-10-21[DCCP] ipv6: Fix opt_skb leak.David S. Miller1-0/+8
2006-10-21[DCCP]: Fix Oops in DCCPv6Gerrit Renker2-4/+4
2006-10-21Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik4-59/+80
2006-10-21Merge branch 'we21-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik1-1/+32
2006-10-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds25-148/+354
2006-10-20[PATCH] knfsd: fix race that can disable NFS serverNeilBrown1-1/+1
2006-10-20[PATCH] SUNRPC: fix a typoChuck Lever1-1/+1
2006-10-20[PATCH] SUNRPC: fix race in in-kernel RPC portmapper clientChuck Lever1-7/+7
2006-10-20[Bluetooth] Fix HID disconnect NULL pointer dereferenceMarcel Holtmann1-4/+2
2006-10-20[TCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in tcp_v4_err()Eric Dumazet1-1/+1
2006-10-20[NETFILTER]: Missing check for CAP_NET_ADMIN in iptables compat layerBjörn Steinbrink1-0/+3
2006-10-19[NETPOLL]: initialize skb for UDPStephen Hemminger1-4/+4
2006-10-19[PATCH] wireless: WE-20 compatibility for ESSID and NICKN ioctlsJohn W. Linville1-1/+32
2006-10-18[IPV6]: Fix route.c warnings when multiple tables are disabled.David S. Miller1-3/+8
2006-10-18[IPv6] route: Fix prohibit and blackhole routing decisionThomas Graf1-6/+31
2006-10-18[DECNET]: Fix input routing bugSteven Whitehouse1-2/+1
2006-10-18[TCP]: Bound TSO defer timeJohn Heffner1-5/+15
2006-10-18[IPv4] fib: Remove unused fib_config membersThomas Graf1-5/+0
2006-10-18[IPV6]: Always copy rt->u.dst.error when copying a rt6_info.Ville Nuorvala1-2/+1
2006-10-18[IPV6]: Make IPV6_SUBTREES depend on IPV6_MULTIPLE_TABLES.Ville Nuorvala1-8/+8
2006-10-18[IPV6]: Clean up BACKTRACK().Ville Nuorvala1-1/+1
2006-10-18[IPV6]: Make sure error handling is done when calling ip6_route_output().Ville Nuorvala2-10/+12
2006-10-18[SCTP]: Fix minor typoVille Nuorvala1-1/+1
2006-10-18[TIPC]: Updated TIPC version number to 1.6.2Allan Stephens1-1/+1
2006-10-18[TIPC]: Unrecognized configuration command now returns error messageAllan Stephens1-2/+3
2006-10-18[TIPC]: Added subscription cancellation capabilityLijun Chen1-15/+84
2006-10-18[TIPC]: Can now list multicast link on an isolated network nodeAllan Stephens1-1/+1
2006-10-18[TIPC]: Fixed slow link reactivation when link tolerance is largeAllan Stephens1-3/+4
2006-10-18[TIPC]: Name publication events now delivered in chronological orderAllan Stephens1-1/+1
2006-10-18[TIPC]: Add support for Ethernet VLANsAllan Stephens2-3/+7
2006-10-18[TIPC]: Remove code bloat introduced by print buffer reworkAllan Stephens2-7/+7
2006-10-18[TIPC]: Optimize wakeup logic when socket has no waiting processesAllan Stephens1-2/+4
2006-10-18[TIPC]: Added duplicate node address detection capabilityAllan Stephens2-5/+35
2006-10-18[TIPC]: Stream socket can now send > 66000 bytes at a timeAllan Stephens1-1/+6
2006-10-18[TIPC]: Debug print buffer enhancements and fixesAllan Stephens3-57/+110
2006-10-18[TIPC]: Add missing unlock in port timeout code.Allan Stephens1-1/+6
2006-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2006-10-17[PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown1-0/+5
2006-10-17[PATCH] rename net_random to random32Stephen Hemminger2-118/+0
2006-10-17[PATCH] sotftmac: fix a slab corruption in WEP restricted key associationLaurent Riffard1-1/+1
2006-10-16[PATCH] softmac: Fix WX and association related racesMichael Buesch4-58/+79
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann8-14/+38
2006-10-15[Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann1-0/+3
2006-10-15[Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann3-9/+3
2006-10-15[Bluetooth] Disconnect HID interrupt channel firstMarcel Holtmann1-2/+2
2006-10-15[Bluetooth] Support concurrent connect requestsMarcel Holtmann3-7/+16
2006-10-15[Bluetooth] Make use of virtual devices treeMarcel Holtmann1-5/+1
2006-10-15[Bluetooth] Handle return values from driver core functionsMarcel Holtmann5-7/+16
2006-10-15[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPMarcel Holtmann3-17/+161
2006-10-15[IPV6] sit: Add missing MODULE_LICENSEJan Dittmer1-0/+1
2006-10-15[IPV6]: Remove bogus WARN_ON in Proxy-NA handling.YOSHIFUJI Hideaki1-2/+0
2006-10-15[IPv6] rules: Use RT6_LOOKUP_F_HAS_SADDR and fix source based selectorsThomas Graf2-7/+23
2006-10-15[XFRM]: Fix xfrm_state_num going negative.David S. Miller1-4/+13
2006-10-15[NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()Eric Dumazet1-7/+22
2006-10-15NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctlyPaul Moore1-2/+2
2006-10-15NetLabel: only deref the CIPSOv4 standard map fields when using standard mappingPaul Moore1-6/+12
2006-10-15[BRIDGE]: flush forwarding table when device carrier offStephen Hemminger4-4/+11
2006-10-15[NETFILTER]: ctnetlink: Remove debugging messagesPablo Neira Ayuso2-138/+6
2006-10-15[NETFILTER]: xt_CONNSECMARK: fix Kconfig dependenciesPatrick McHardy1-1/+3
2006-10-15[NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum updatePatrick McHardy2-6/+6
2006-10-15[NETFILTER]: arp_tables: missing unregistration on module unloadPatrick McHardy1-0/+2
2006-10-15[NETFILTER]: fix cut-and-paste error in exit functionsPatrick McHardy2-2/+2
2006-10-15[DECNET]: Use correct config option for routing by fwmark in compare_keys()Patrick McHardy1-1/+1
2006-10-12[PKT_SCHED] sch_htb: use rb_first() cleanupAkinbou Mita1-3/+2
2006-10-12[RTNETLINK]: Fix use of wrong skb in do_getlink()Patrick McHardy1-1/+1
2006-10-12[DECNET]: Fix sfuzz hanging on 2.6.18Patrick McHardy1-1/+3
2006-10-12[NET]: Do not memcmp() over pad bytes of struct flowi.David S. Miller2-6/+17
2006-10-11[NET]: Use typesafe inet_twsk() inline function instead of cast.YOSHIFUJI Hideaki4-21/+18
2006-10-11[NET]: Use hton{l,s}() for non-initializers.YOSHIFUJI Hideaki2-13/+22
2006-10-11[TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number.YOSHIFUJI Hideaki2-2/+2
2006-10-11[IPV6]: Seperate sit driver to extra module (addrconf.c changes)Joerg Roedel1-2/+16
2006-10-11[IPV6]: Seperate sit driver to extra moduleJoerg Roedel4-3/+18
2006-10-11[NET]: File descriptor loss while receiving SCM_RIGHTSMiklos Szeredi2-4/+2
2006-10-11[SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output.Vlad Yasevich1-1/+1
2006-10-11[SCTP]: Fix receive buffer accounting.Vlad Yasevich3-15/+34
2006-10-11IPsec: fix handling of errors for socket policiesVenkat Yekkirala1-8/+18
2006-10-11IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala5-19/+6
2006-10-11IPsec: propagate security module errors up from flow_cache_lookupJames Morris2-29/+81
2006-10-11NetLabel: fix a cache race conditionpaul.moore@hp.com2-9/+11
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra1-1/+1
2006-10-10[PATCH] Finish annotations of struct vlan_ethhdrAlexey Dobriyan1-1/+1
2006-10-10[PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regressionAl Viro1-2/+3
2006-10-10[PATCH] strndup() would better take size_t, not intAl Viro1-1/+1
2006-10-10[PATCH] ptrdiff_t is %t, not %zAl Viro1-1/+1
2006-10-10[PATCH] tipc __user annotationsAl Viro1-3/+3
2006-10-06[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown2-21/+24
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds4-4/+0
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds27-346/+416
2006-10-04[PATCH] knfsd: svcrpc: use consistent variable name for the reply stateJ.Bruce Fields1-3/+3
2006-10-04[PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity caseJ.Bruce Fields1-12/+18
2006-10-04[PATCH] knfsd: svcrpc: gss: factor out some common wrapping codeJ.Bruce Fields1-20/+23
2006-10-04[PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch1-14/+23
2006-10-04[PATCH] knfsd: knfsd: cache ipmap per TCP socketGreg Banks2-3/+46
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks1-0/+15
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown1-1/+2
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown3-37/+29
2006-10-04[PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socketNeilBrown1-0/+3
2006-10-04[PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/port...NeilBrown1-0/+2
2006-10-04[PATCH] slab: clean up leak tracking ifdefs a little bitChristoph Hellwig1-1/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones4-4/+0
2006-10-04[XFRM]: BEET modeDiego Beltrami10-9/+295
2006-10-04[TCP]: Kill warning in tcp_clean_rtx_queue().David S. Miller1-1/+1
2006-10-04[NET_SCHED]: Remove old estimator implementationPatrick McHardy1-196/+0
2006-10-04[TIPC]: fix printk warningJeff Garzik1-2/+3
2006-10-04[XFRM]: Clearing xfrm_policy_count[] to zero during flush is incorrect.David S. Miller1-2/+5
2006-10-04[XFRM] STATE: Use destination address for src hash.Masahide NAKAMURA2-10/+13
2006-10-04[NEIGH]: always use hash_mask under tbl lockJulian Anastasov1-6/+6
2006-10-04[UDP]: Fix MSG_PROBE crashHerbert Xu2-0/+4
2006-10-04[UDP6]: Fix flowi clobberingHerbert Xu1-31/+31
2006-10-04[NET_SCHED]: Revert "HTB: fix incorrect use of RB_EMPTY_NODE"Ismail Donmez1-1/+1
2006-10-04[NETFILTER]: ebt_mark: add or/and/xor action support to mark targetBart De Schuymer1-4/+17
2006-10-04[NETFILTER]: ipt_REJECT: remove largely duplicate route_reverse functionPatrick McHardy1-78/+19
2006-10-04[NETFILTER]: Honour source routing for LVS-NATSimon Horman1-0/+10
2006-10-04[NETFILTER]: add type parameter to ip_route_me_harderSimon Horman3-5/+10
2006-10-04[NETFILTER]: Kconfig: fix xt_physdev dependenciesPatrick McHardy1-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger2-2/+2
2006-10-03Still more typo fixesMatt LaPlante2-2/+2
2006-10-03more misc typo fixesMatt LaPlante3-4/+4
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2-9/+9
2006-10-02[PATCH] knfsd: make rpc threads pools numa awareGreg Banks2-2/+260
2006-10-02[PATCH] knfsd: add svc_set_num_threadsGreg Banks2-3/+138
2006-10-02[PATCH] knfsd: split svc_serv into poolsGreg Banks2-52/+129
2006-10-02[PATCH] knfsd: test and set SK_BUSY atomicallyGreg Banks1-10/+10